@@ -1,5 +1,5 @@
--- etc/config.dist.in.orig 2013-12-13 22:10:13.051866148 +0100
-+++ etc/config.dist.in 2013-12-13 22:28:03.240164499 +0100
++++ etc/config.dist.in 2013-12-13 22:42:33.093072639 +0100
@@ -1,19 +1,19 @@
*** General ***
@@ -17,13 +17,43 @@
imgurl = cache
-datadir = @prefix@/data
-piddir = @prefix@/var
-+datadir = /var/lib/smokeping/data
-+piddir = /var/run/smokeping
- cgiurl = http://some.url/smokeping.cgi
+-cgiurl = http://some.url/smokeping.cgi
-smokemail = @prefix@/etc/smokemail.dist
-tmail = @prefix@/etc/tmail.dist
-+smokemail = /etc/smokeping/smokemail.dist
-+tmail = /etc/smokeping/tmail.dist
++datadir = /var/lib/smokeping/data
++piddir = /var/run/smokeping
++cgiurl = http://localhost/cgi-bin/smokeping.cgi
++smokemail = /etc/smokeping/smokemail
++tmail = /etc/smokeping/tmail
# specify this to get syslog logging
syslogfacility = local0
# each probe is now run in its own process
+@@ -21,8 +21,8 @@
+ # concurrentprobes = no
+
+ *** Alerts ***
+-to = alertee@address.somewhere
+-from = smokealert@company.xy
++to = root@localhost
++from = root@localhost
+
+ +someloss
+ type = loss
+@@ -47,7 +47,7 @@
+
+ *** Presentation ***
+
+-template = @prefix@/etc/basepage.html.dist
++template = /etc/smokeping/basepage.html
+
+ + charts
+
+@@ -108,7 +108,7 @@
+ binary = /usr/sbin/fping
+
+ *** Slaves ***
+-secrets=@prefix@/etc/smokeping_secrets.dist
++secrets=/etc/smokeping/smokeping_secrets
+ +boomer
+ display_name=boomer
+ color=0000ff
|