--- projects/cms/source/server/build/etc/system.conf 2001/03/22 00:05:59 1.43 +++ projects/cms/source/server/build/etc/system.conf 2001/03/22 01:05:45 1.44 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.43 2001/03/22 00:05:59 tdb Exp $ +# $Id: system.conf,v 1.44 2001/03/22 01:05:45 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -142,6 +142,38 @@ Monitor.CPU.alertTimeout.NOTICE=60 Monitor.CPU.alertTimeout.WARNING=900 Monitor.CPU.alertTimeout.CAUTION=1800 Monitor.CPU.alertTimeout.CRITICAL=3600 + + +## Load monitor configuration +# threshold values +# +# note: if the UPPER threshold is broken, +# the alertTimeout values are halved. +# This is to escalate the alert quicker. +Monitor.Load.threshold.LOWER=10.0 +Monitor.Load.threshold.UPPER=20.0 + +# timings of the alerts (in seconds) +Monitor.Load.alertTimeout.NOTICE=60 +Monitor.Load.alertTimeout.WARNING=900 +Monitor.Load.alertTimeout.CAUTION=1800 +Monitor.Load.alertTimeout.CRITICAL=3600 + + +## Process Count monitor configuration +# threshold values +# +# note: if the UPPER threshold is broken, +# the alertTimeout values are halved. +# This is to escalate the alert quicker. +Monitor.Process.threshold.LOWER=1000 +Monitor.Process.threshold.UPPER=1500 + +# timings of the alerts (in seconds) +Monitor.Process.alertTimeout.NOTICE=60 +Monitor.Process.alertTimeout.WARNING=900 +Monitor.Process.alertTimeout.CAUTION=1800 +Monitor.Process.alertTimeout.CRITICAL=3600 ## Memory monitor configuration