From 53550c900bb99780fdfc604518208dfd2b03e801 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Thu, 23 Jun 2011 13:22:32 -0300 Subject: [PATCH] Modified configuration file --- conf/pingcheck.conf | 22 +++------------------- 1 files changed, 3 insertions(+), 19 deletions(-) diff --git a/conf/pingcheck.conf b/conf/pingcheck.conf index be79e61..3df7b33 100644 --- a/conf/pingcheck.conf +++ b/conf/pingcheck.conf @@ -1,26 +1,10 @@ -source-network-interface=eth1 -nameserver=127.0.0.1 -hosts-down-limit=4 +source-network-interface=eth0 +nameserver=189.4.64.15 +hosts-down-limit=0 ping-fail-limit=40 status-notifier-cmd=./system_status_alert.sh ${status} link-up-interval=10 [host] -name=www.intra2net.com -interval=30 - -[host] -name=www.google.com -interval=5 - -[host] -name=www.invalidhost.not -interval=5 - -[host] name=www.ufsc.br -interval=60 - -[host] -name=www.postbank.de interval=10 -- 1.7.1