--- projects/cms/source/server/build/etc/system.conf 2001/03/09 01:23:16 1.33 +++ projects/cms/source/server/build/etc/system.conf 2001/03/09 03:36:47 1.34 @@ -6,7 +6,7 @@ # root of configuration # # $Author: ajm $ -# $Id: system.conf,v 1.33 2001/03/09 01:23:16 ajm Exp $ +# $Id: system.conf,v 1.34 2001/03/09 03:36:47 ajm Exp $ # ############################################################ #### Configuration Files & Groups @@ -178,6 +178,27 @@ Monitor.Disk.alertTimeout.NOTICE=60 Monitor.Disk.alertTimeout.WARNING=900 Monitor.Disk.alertTimeout.CAUTION=1800 Monitor.Disk.alertTimeout.CRITICAL=3600 + + +## Services monitor configuration +# threshold values +# +# THE SERVICES MONITOR USES A HACK +# WHEREBY IT USES THE SERVICE STATUS +# AS THE THRESHOLD LEVEL. THIS SHOULD +# BE LOOKED AT! +# +# note: if the UPPER threshold is broken, +# the alertTimeout values are halved. +# This is to escalate the alert quicker. +#Monitor.Services.threshold.LOWER=120 +#Monitor.Services.threshold.LOWER=300 + +# timings of the alerts (in seconds) +Monitor.Services.alertTimeout.NOTICE=60 +Monitor.Services.alertTimeout.WARNING=900 +Monitor.Services.alertTimeout.CAUTION=1800 +Monitor.Services.alertTimeout.CRITICAL=3600 ## Heartbeat monitor configuration