--- projects/cms/source/server/build/etc/system.conf 2001/03/22 02:31:50 1.48 +++ projects/cms/source/server/build/etc/system.conf 2001/03/23 01:17:08 1.50 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.48 2001/03/22 02:31:50 tdb Exp $ +# $Id: system.conf,v 1.50 2001/03/23 01:17:08 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -165,6 +165,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 +180,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