--- projects/cms/source/server/build/etc/system.conf 2003/05/05 22:04:59 1.75 +++ projects/cms/source/server/build/etc/system.conf 2004/08/01 10:40:39 1.77 @@ -10,9 +10,9 @@ # setup, aswell as a some example configuration. # # $Author: tdb $ -# $Id: system.conf,v 1.75 2003/05/05 22:04:59 tdb Exp $ +# $Id: system.conf,v 1.77 2004/08/01 10:40:39 tdb Exp $ # -# http://www.i-scream.org.uk/ +# http://www.i-scream.org/ # ############################################################ @@ -231,6 +231,9 @@ Monitor.alertTimeout.WARNING=900 Monitor.alertTimeout.CAUTION=1800 Monitor.alertTimeout.CRITICAL=3600 +# Is monitoring enabled? (comment or set to 0 to disable) +Monitor.enable=1 + ## Threshold values # # Here we specify the threshold for each monitor. When @@ -242,18 +245,26 @@ Monitor.alertTimeout.CRITICAL=3600 # CPU monitor threshold values Monitor.CPU.threshold.LOWER=90 Monitor.CPU.threshold.UPPER=95 +# enable this monitor (comment or set to 0 to disable) +Monitor.CPU.enable=1 # Load monitor threshold values Monitor.Load.threshold.LOWER=10.0 Monitor.Load.threshold.UPPER=20.0 +# enable this monitor (comment or set to 0 to disable) +Monitor.Load.enable=1 # Paging monitor threshold values Monitor.Paging.threshold.LOWER=1000 Monitor.Paging.threshold.UPPER=5000 +# enable this monitor (comment or set to 0 to disable) +Monitor.Paging.enable=1 # Process Count threshold values Monitor.Process.threshold.LOWER=500 Monitor.Process.threshold.UPPER=1000 +# enable this monitor (comment or set to 0 to disable) +Monitor.Process.enable=1 # Memory monitor threshold values Monitor.Memory.threshold.LOWER=80 @@ -261,14 +272,20 @@ Monitor.Memory.threshold.UPPER=90 # Whether to include 'cache' in the 'free' value # (1 is true, anything else is false) Monitor.Memory.useCacheAsFree=1 +# enable this monitor (comment or set to 0 to disable) +Monitor.Memory.enable=1 # Swap monitor threshold values Monitor.Swap.threshold.LOWER=80 Monitor.Swap.threshold.UPPER=90 +# enable this monitor (comment or set to 0 to disable) +Monitor.Swap.enable=1 # UserCount monitor threshold values Monitor.UserCount.threshold.LOWER=100 Monitor.UserCount.threshold.UPPER=200 +# enable this monitor (comment or set to 0 to disable) +Monitor.UserCount.enable=1 # Disk monitor threshold values Monitor.Disk.threshold.LOWER=90 @@ -280,18 +297,25 @@ Monitor.DiskInode.threshold.UPPER=95 # and VALUE is an absolute value of space free Monitor.Disk.thresholdMeasure=PERCENTAGE Monitor.DiskInode.thresholdMeasure=PERCENTAGE +# enable this monitor (comment or set to 0 to disable) +Monitor.Disk.enable=1 +Monitor.DiskInode.enable=1 # DiskIO monitor threshold values (in bytes) Monitor.DiskIO.rbytes.threshold.LOWER=10000000 Monitor.DiskIO.rbytes.threshold.UPPER=50000000 Monitor.DiskIO.wbytes.threshold.LOWER=10000000 Monitor.DiskIO.wbytes.threshold.UPPER=50000000 +# enable this monitor (comment or set to 0 to disable) +Monitor.DiskIO.enable=1 # NetIO monitor threshold values (in bytes) Monitor.NetIO.rxbytes.threshold.LOWER=10000000 Monitor.NetIO.rxbytes.threshold.UPPER=50000000 Monitor.NetIO.txbytes.threshold.LOWER=10000000 Monitor.NetIO.txbytes.threshold.UPPER=50000000 +# enable this monitor (comment or set to 0 to disable) +Monitor.NetIO.enable=1 # Queue monitor threshold values Monitor.Queue.threshold.LOWER=50 @@ -300,6 +324,8 @@ Monitor.Queue.threshold.UPPER=80 # where PERCENTAGE is a percentage of the queue in use # and VALUE is an absolute value of free space Monitor.Queue.thresholdMeasure=PERCENTAGE +# enable this monitor (comment or set to 0 to disable) +Monitor.Queue.enable=1 # Services monitor threshold values # @@ -326,6 +352,8 @@ Monitor.Heartbeat.reachFINALcount=5 # this ensures we notice hosts that aren't running, not # just those that have gone down recently. #Monitor.Heartbeat.initialHosts=importantserver.example.com;myserver.example.com +# enable this monitor (comment or set to 0 to disable) +Monitor.Heartbeat.enable=1 ############################################################