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.45 by tdb, Thu Mar 22 01:57:14 2001 UTC vs.
Revision 1.46 by tdb, Thu Mar 22 02:06:07 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;WebFeeder;
126 > Monitor.Plugins=CPU;Load;Process;Disk;Memory;Swap;Services;Heartbeat;Queue;WebFeeder;
127   #Monitor.Plugins=CPU;WebFeeder;
128   #Monitor.Plugins=
129  
# Line 216 | Line 216 | Monitor.Swap.alertTimeout.CRITICAL=3600
216   # This is to escalate the alert quicker.
217   Monitor.Disk.threshold.LOWER=90
218   Monitor.Disk.threshold.UPPER=95
219 + Monitor.Disk.thresholdMeasure=PERCENTAGE
220  
221   # timings of the alerts (in seconds)
222   Monitor.Disk.alertTimeout.NOTICE=60
223   Monitor.Disk.alertTimeout.WARNING=900
224   Monitor.Disk.alertTimeout.CAUTION=1800
225   Monitor.Disk.alertTimeout.CRITICAL=3600
226 +
227 +
228 + ## Disk monitor configuration
229 + # threshold values
230 + #
231 + # note: if the UPPER threshold is broken,
232 + # the alertTimeout values are halved.
233 + # This is to escalate the alert quicker.
234 + Monitor.Queue.threshold.LOWER=90
235 + Monitor.Queue.threshold.UPPER=95
236 + Monitor.Queue.thresholdMeasure=PERCENTAGE
237 +
238 + # timings of the alerts (in seconds)
239 + Monitor.Queue.alertTimeout.NOTICE=60
240 + Monitor.Queue.alertTimeout.WARNING=900
241 + Monitor.Queue.alertTimeout.CAUTION=1800
242 + Monitor.Queue.alertTimeout.CRITICAL=3600
243  
244  
245   ## Services monitor configuration

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines