| @@ -0,0 +1,41 @@ | ||
| --- etc/config.dist.in.orig 2017-06-25 13:18:25.000000000 -0500 | ||
| +++ etc/config.dist.in 2019-05-04 15:30:52.000000000 -0500 | ||
| @@ -7,13 +7,13 @@ | ||
| # NOTE: do not put the Image Cache below cgi-bin | ||
| # since all files under cgi-bin will be executed ... this is not | ||
| # good for images. | ||
| -imgcache = @prefix@/cache | ||
| -imgurl = cache | ||
| -datadir = @prefix@/data | ||
| -piddir = @prefix@/var | ||
| -cgiurl = http://some.url/smokeping.cgi | ||
| -smokemail = @prefix@/etc/smokemail.dist | ||
| -tmail = @prefix@/etc/tmail.dist | ||
| +imgcache = @prefix@/var/smokeping | ||
| +imgurl = http://myhost.mycompany.com/smokeping | ||
| +datadir = @prefix@/var/smokeping | ||
| +piddir = /var/run | ||
| +cgiurl = http://myhost.mycompany.com/smokeping/smokeping.cgi | ||
| +smokemail = @prefix@/etc/smokeping/smokemail | ||
| +tmail = @prefix@/etc/smokeping/tmail | ||
| # specify this to get syslog logging | ||
| syslogfacility = local0 | ||
| # each probe is now run in its own process | ||
| @@ -47,7 +47,7 @@ | ||
|
|
||
| *** Presentation *** | ||
|
|
||
| -template = @prefix@/etc/basepage.html.dist | ||
| +template = @prefix@/etc/smokeping/basepage.html | ||
| htmltitle = yes | ||
| graphborders = no | ||
|
|
||
| @@ -110,7 +110,7 @@ | ||
| binary = /usr/sbin/fping | ||
|
|
||
| *** Slaves *** | ||
| -secrets=@prefix@/etc/smokeping_secrets.dist | ||
| +secrets=@prefix@/etc/smokeping/smokeping_secrets.dist | ||
| +boomer | ||
| display_name=boomer | ||
| color=0000ff |