--- projects/cms/source/server/build/etc/system.conf 2001/03/22 02:18:05 1.47 +++ projects/cms/source/server/build/etc/system.conf 2001/03/23 02:31:54 1.51 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.47 2001/03/22 02:18:05 tdb Exp $ +# $Id: system.conf,v 1.51 2001/03/23 02:31:54 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -123,7 +123,8 @@ Host.serviceChecksPackage=uk.org.iscream.filter.plugin ## The monitors to run Monitor.PluginsPackage=uk.org.iscream.client.monitors -Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;Heartbeat;Queue;WebFeeder; +Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\ + Heartbeat;Queue;UserCount;WebFeeder; ## Default alert timeouts # these can be override on a per-monitor basis @@ -165,6 +166,11 @@ Monitor.Swap.threshold.LOWER=80 Monitor.Swap.threshold.UPPER=90 +# UserCount monitor threshold values +Monitor.UserCount.threshold.LOWER=100 +Monitor.UserCount.threshold.UPPER=200 + + # Disk monitor threshold values Monitor.Disk.threshold.LOWER=90 Monitor.Disk.threshold.UPPER=95 @@ -175,8 +181,8 @@ Monitor.Disk.thresholdMeasure=PERCENTAGE # Disk monitor threshold values -Monitor.Queue.threshold.LOWER=90 -Monitor.Queue.threshold.UPPER=95 +Monitor.Queue.threshold.LOWER=50 +Monitor.Queue.threshold.UPPER=80 # Thresholds given are PERCENTAGE or VALUE # where PERCENTAGE is a percentage of disk in use # and VALUE is an absolute value of space free @@ -198,10 +204,10 @@ Monitor.Services.reachFINALcount=5 # Heartbeat threshold values # these are values in seconds from when the heartbeat # was *expected* to arrive (ie. last + hearbeat period) -Monitor.Heartbeat.threshold.LOWER=120 +Monitor.Heartbeat.threshold.LOWER=180 Monitor.Heartbeat.threshold.UPPER=300 # this is how often we will run a "check" of heartbeats -Monitor.Heartbeat.checkPeriod=30 +Monitor.Heartbeat.checkPeriod=50 # how many times we should be at the highest level before # we go to a FINAL alert Monitor.Heartbeat.reachFINALcount=5