]> git.etc.gen.nz Git - spong.git/commitdiff
added RIT_WARN_LEVEL variable to config file
authorStephen L Johnson <sjohnson@monsters.org>
Tue, 11 Apr 2000 00:44:15 +0000 (00:44 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Tue, 11 Apr 2000 00:44:15 +0000 (00:44 +0000)
config/spong.conf

index 8a1b4c9910b5d25197f6e6084666d125b947a8c7..ea18b9a34d89820c6b2c03fb4401315f90f7d117 100755 (executable)
@@ -79,6 +79,14 @@ $OLD_SERVICE   = 3;  # How many days to keep stale status reported before
                      # removal
 $OLD_HISTORY   = 7;  # How many days of history to keep for each host
 
+# ---------------------------------------------------------------------------
+# spong-network parameters
+# ---------------------------------------------------------------------------
+
+$CRIT_WARN_LEVEL = 1;      # Number of critical failures before a service
+                           # is reported as a critical
+
+
 # ---------------------------------------------------------------------------
 # Thresholds, season to taste.  These can be overridden on a host by host
 # case in a spong.conf.<hostname> file.