From 6f40dd486a5fc982dcf11c31f124d64f9b8d3faf Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 23 Mar 2012 10:35:23 +0100 Subject: [PATCH] Update example config to current config options --- conf/pingcheck.conf | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/conf/pingcheck.conf b/conf/pingcheck.conf index c60f8af..dfb7912 100644 --- a/conf/pingcheck.conf +++ b/conf/pingcheck.conf @@ -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 -- 1.7.1