From: Stephen L Johnson Date: Wed, 3 May 2000 18:58:04 +0000 (+0000) Subject: added new $RECHECKSLEEP parameter for spong-network X-Git-Tag: spong-2_7-alpha5~2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7596b2ad8c6580169c8ab10762d26b7051adb001;p=spong.git added new $RECHECKSLEEP parameter for spong-network --- diff --git a/config/spong.conf b/config/spong.conf index c8701b7..84da12c 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -72,7 +72,7 @@ $WWW_COLOR{"blue"} = "#0000ff"; @WWW_REFRESH_ALLOW = ( '.*' ); @WWW_REFRESH_DENY = ( ); -# You should have to changes these settings +# You should not have to changes these settings $SERVICELISTFIX = 0; # Set his if host not displaying service status' $HOSTGROUPALL = 0; # Set this to include the ALL group on Group Web # displays @@ -95,6 +95,10 @@ $OLD_HISTORY = 7; # How many days of history to keep for each host $CRIT_WARN_LEVEL = 1; # Number of critical failures before a service # is reported as a critical +$RECHECKSLEEP = 15; # Sleep time in seconds for down services recheck + # loop. Only effective if $CRIT_WARN_LEVEL is + # greater then 1 + # --------------------------------------------------------------------------- # Thresholds, season to taste. These can be overridden on a host by host