--- projects/cms/source/server/build/etc/system.conf 2001/03/22 01:05:45 1.44 +++ projects/cms/source/server/build/etc/system.conf 2001/03/22 02:06:07 1.46 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.44 2001/03/22 01:05:45 tdb Exp $ +# $Id: system.conf,v 1.46 2001/03/22 02:06:07 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -123,7 +123,7 @@ Host.serviceChecksPackage=uk.org.iscream.filter.plugin # the monitors to run Monitor.PluginsPackage=uk.org.iscream.client.monitors -Monitor.Plugins=CPU;Disk;Memory;Swap;Services;Heartbeat;WebFeeder; +Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;Heartbeat;Queue;WebFeeder; #Monitor.Plugins=CPU;WebFeeder; #Monitor.Plugins= @@ -216,12 +216,30 @@ Monitor.Swap.alertTimeout.CRITICAL=3600 # This is to escalate the alert quicker. Monitor.Disk.threshold.LOWER=90 Monitor.Disk.threshold.UPPER=95 +Monitor.Disk.thresholdMeasure=PERCENTAGE # timings of the alerts (in seconds) Monitor.Disk.alertTimeout.NOTICE=60 Monitor.Disk.alertTimeout.WARNING=900 Monitor.Disk.alertTimeout.CAUTION=1800 Monitor.Disk.alertTimeout.CRITICAL=3600 + + +## Disk monitor configuration +# threshold values +# +# note: if the UPPER threshold is broken, +# the alertTimeout values are halved. +# This is to escalate the alert quicker. +Monitor.Queue.threshold.LOWER=90 +Monitor.Queue.threshold.UPPER=95 +Monitor.Queue.thresholdMeasure=PERCENTAGE + +# timings of the alerts (in seconds) +Monitor.Queue.alertTimeout.NOTICE=60 +Monitor.Queue.alertTimeout.WARNING=900 +Monitor.Queue.alertTimeout.CAUTION=1800 +Monitor.Queue.alertTimeout.CRITICAL=3600 ## Services monitor configuration