@@ -0,0 +1,61 @@
+Index: etc/config.dist
+===================================================================
+--- etc/config.dist.orig 2007-08-30 09:09:38.000000000 +0200
++++ etc/config.dist 2007-08-31 22:48:21.229178562 +0200
+@@ -1,16 +1,16 @@
+ *** General ***
+
+-owner = Tobi Oetiker
+-contact = tobi@oetiker.ch
+-mailhost = johan.oetiker.ch
+-sendmail = /usr/lib/sendmail
+-imgcache = /home/oetiker/public_html/smokeping-ms/cache
+-imgurl = cache
+-datadir = /tmp/smokeping-ms/data
+-piddir = /tmp/smokeping-ms/var
+-cgiurl = http://johan.oetiker.ch/~oetiker/smokeping-ms/smokeping.cgi
+-smokemail = /scratch/oetiker/smoke-master/etc/smokemail.dist
+-tmail = /scratch/oetiker/smoke-master/etc/tmail.dist
++owner = Root at badly configured smokeping box
++contact = root@localhost
++mailhost = localhost
++sendmail = /usr/sbin/sendmail
++imgcache = /var/cache/smokeping/
++imgurl = /smokeping
++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
+@@ -18,8 +18,8 @@ syslogfacility = local0
+ # concurrentprobes = no
+
+ *** Alerts ***
+-to = tobi@oetiker.ch
+-from = smokealert@company.xy
++to = root@localhost
++from = root@localhost
+
+ +someloss
+ type = loss
+@@ -44,7 +44,7 @@ AVERAGE 0.5 144 720
+
+ *** Presentation ***
+
+-template = /scratch/oetiker/smoke-master/etc/basepage.html.dist
++template = /etc/smokeping/basepage.html
+
+ + charts
+
+@@ -99,7 +99,7 @@ unison_tolerance = 2
+ binary = /usr/sbin/fping
+
+ *** Slaves ***
+-secrets=/scratch/oetiker/smoke-master/etc/smokeping_secrets.dist
++secrets=/etc/smokeping/smokeping_secrets
+ +boomer
+ display_name=boomer
+ color=0000ff
|