Update example config to current config options
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 23 Mar 2012 09:35:23 +0000 (10:35 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 23 Mar 2012 09:35:23 +0000 (10:35 +0100)
conf/pingcheck.conf

index c60f8af..dfb7912 100644 (file)
@@ -1,6 +1,5 @@
-source-network-interface=eth0
-nameserver=189.4.64.15
-ping-protocol=ICMP
+default-source-network-interface=eth0
+nameserver=localhost
 hosts-down-limit=0
 ping-fail-limit=40
 status-notifier-cmd=./system_status_alert.sh ${status}
@@ -9,3 +8,6 @@ link-up-interval=10
 [host]
 name=www.ufsc.br
 interval=10
+ping-protocol=ICMPv4
+port=80
+source-network-interface=eth0