]> git.etc.gen.nz Git - spong.git/commitdiff
added new $RECHECKSLEEP parameter for spong-network
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 3 May 2000 18:58:04 +0000 (18:58 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 3 May 2000 18:58:04 +0000 (18:58 +0000)
config/spong.conf

index c8701b7abde46d9b0950bc3978106254abd65747..84da12c18693985508df807f67cfba9db2c20e23 100755 (executable)
@@ -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