mirror of
https://github.com/saltstack-formulas/smokeping-formula.git
synced 2024-11-27 23:07:50 +01:00
Merge pull request #1 from chris-sanders/chris-sanders-patch-1
Fixed typo
This commit is contained in:
commit
1cfbec0d38
@ -7,7 +7,7 @@ mailhost = {{ salt['pillar.get']('smokeping:mailhost', 'my.mail.host') }}
|
|||||||
# NOTE: do not put the Image Cache below cgi-bin
|
# NOTE: do not put the Image Cache below cgi-bin
|
||||||
# since all files under cgi-bin will be executed ... this is not
|
# since all files under cgi-bin will be executed ... this is not
|
||||||
# good for images.
|
# good for images.
|
||||||
cgiurl = {{ salt['pillar.get']('smokeping:cgirul', 'http://some.url/smokeping.cgi') }}
|
cgiurl = {{ salt['pillar.get']('smokeping:cgiurl', 'http://some.url/smokeping.cgi') }}
|
||||||
# specify this to get syslog logging
|
# specify this to get syslog logging
|
||||||
syslogfacility = {{ smokeping.syslogfacility }}
|
syslogfacility = {{ smokeping.syslogfacility }}
|
||||||
# each probe is now run in its own process
|
# each probe is now run in its own process
|
||||||
|
Loading…
Reference in New Issue
Block a user