From f90518e95ffce6b4ab54a63a677f5e497651a034 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Fri, 18 Mar 2011 12:29:40 +0100 Subject: [PATCH] Included an invalid host and a host that does not reply. --- conf/pingcheck.conf | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/conf/pingcheck.conf b/conf/pingcheck.conf index 642876d..55f0e07 100644 --- a/conf/pingcheck.conf +++ b/conf/pingcheck.conf @@ -9,5 +9,13 @@ 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