ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/system.conf
(Generate patch)

Comparing projects/cms/source/server/build/etc/system.conf (file contents):
Revision 1.47 by tdb, Thu Mar 22 02:18:05 2001 UTC vs.
Revision 1.50 by tdb, Fri Mar 23 01:17:08 2001 UTC

# Line 165 | Line 165 | Monitor.Swap.threshold.LOWER=80
165   Monitor.Swap.threshold.UPPER=90
166  
167  
168 + # UserCount monitor threshold values
169 + Monitor.UserCount.threshold.LOWER=100
170 + Monitor.UserCount.threshold.UPPER=200
171 +
172 +
173   # Disk monitor threshold values
174   Monitor.Disk.threshold.LOWER=90
175   Monitor.Disk.threshold.UPPER=95
# Line 175 | Line 180 | Monitor.Disk.thresholdMeasure=PERCENTAGE
180  
181  
182   # Disk monitor threshold values
183 < Monitor.Queue.threshold.LOWER=90
184 < Monitor.Queue.threshold.UPPER=95
183 > Monitor.Queue.threshold.LOWER=50
184 > Monitor.Queue.threshold.UPPER=80
185   # Thresholds given are PERCENTAGE or VALUE
186   # where PERCENTAGE is a percentage of disk in use
187   # and VALUE is an absolute value of space free
# Line 198 | Line 203 | Monitor.Services.reachFINALcount=5
203   # Heartbeat threshold values
204   # these are values in seconds from when the heartbeat
205   # was *expected* to arrive (ie. last + hearbeat period)
206 < Monitor.Heartbeat.threshold.LOWER=120
206 > Monitor.Heartbeat.threshold.LOWER=180
207   Monitor.Heartbeat.threshold.UPPER=300
208   # this is how often we will run a "check" of heartbeats
209 < Monitor.Heartbeat.checkPeriod=30
209 > Monitor.Heartbeat.checkPeriod=50
210   # how many times we should be at the highest level before
211   # we go to a FINAL alert
212   Monitor.Heartbeat.reachFINALcount=5

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines