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.48 by tdb, Thu Mar 22 02:31:50 2001 UTC vs.
Revision 1.51 by tdb, Fri Mar 23 02:31:54 2001 UTC

# Line 123 | Line 123 | Host.serviceChecksPackage=uk.org.iscream.filter.plugin
123  
124   ## The monitors to run
125   Monitor.PluginsPackage=uk.org.iscream.client.monitors
126 < Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;Heartbeat;Queue;WebFeeder;
126 > Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;\
127 >                Heartbeat;Queue;UserCount;WebFeeder;
128  
129   ## Default alert timeouts
130   # these can be override on a per-monitor basis
# Line 165 | Line 166 | Monitor.Swap.threshold.LOWER=80
166   Monitor.Swap.threshold.UPPER=90
167  
168  
169 + # UserCount monitor threshold values
170 + Monitor.UserCount.threshold.LOWER=100
171 + Monitor.UserCount.threshold.UPPER=200
172 +
173 +
174   # Disk monitor threshold values
175   Monitor.Disk.threshold.LOWER=90
176   Monitor.Disk.threshold.UPPER=95
# Line 175 | Line 181 | Monitor.Disk.thresholdMeasure=PERCENTAGE
181  
182  
183   # Disk monitor threshold values
184 < Monitor.Queue.threshold.LOWER=90
185 < Monitor.Queue.threshold.UPPER=95
184 > Monitor.Queue.threshold.LOWER=50
185 > Monitor.Queue.threshold.UPPER=80
186   # Thresholds given are PERCENTAGE or VALUE
187   # where PERCENTAGE is a percentage of disk in use
188   # and VALUE is an absolute value of space free

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines