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.40 by tdb, Fri Mar 16 15:15:27 2001 UTC vs.
Revision 1.43 by tdb, Thu Mar 22 00:05:59 2001 UTC

# Line 14 | Line 14
14  
15   # for computing machines
16   group.computing=Host.129.12.4.*;
17 + group.rocks=Host.agate.ukc.ac.uk;Host.arkose.ukc.ac.uk;Host.basalt.ukc.ac.uk;Host.chalk.ukc.ac.uk;\
18 +            Host.chert.ukc.ac.uk;Host.granite.ukc.ac.uk;Host.jade.ukc.ac.uk;Host.jasper.ukc.ac.uk;\
19 +            Host.magnetite.ukc.ac.uk;Host.obsidian.ukc.ac.uk;Host.pumice.ukc.ac.uk;\
20 +            Host.pyrite.ukc.ac.uk;Host.slate.ukc.ac.uk;Host.topaz.ukc.ac.uk;
21 + group.compsoc=Host.compsoc1.ukc.ac.uk
22 +
23   config.computing=computing.conf
24 + config.rocks=rocks.conf
25 + config.compsoc1=rocks.conf
26  
27   # for library machines
28   group.library=Host.129.12.58.*;
# Line 106 | Line 114 | Host.AveragerUpdateTime=5
114  
115   # The services checks to run on a host
116   Host.serviceChecksPackage=uk.org.iscream.filter.plugins
109 Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet
117  
118  
119  
# Line 117 | Line 124 | Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet
124   # the monitors to run
125   Monitor.PluginsPackage=uk.org.iscream.client.monitors
126   Monitor.Plugins=CPU;Disk;Memory;Swap;Services;Heartbeat;WebFeeder;
127 + #Monitor.Plugins=CPU;WebFeeder;
128 + #Monitor.Plugins=
129  
130  
131   ## CPU monitor configuration
# Line 173 | Line 182 | Monitor.Swap.alertTimeout.CRITICAL=3600
182   # note: if the UPPER threshold is broken,
183   # the alertTimeout values are halved.
184   # This is to escalate the alert quicker.
185 < Monitor.Disk.threshold.LOWER=80
186 < Monitor.Disk.threshold.UPPER=90
185 > Monitor.Disk.threshold.LOWER=90
186 > Monitor.Disk.threshold.UPPER=95
187  
188   # timings of the alerts (in seconds)
189   Monitor.Disk.alertTimeout.NOTICE=60
# Line 254 | Line 263 | Monitor.Heartbeat.reachFINALcount=5
263  
264   # alerters to run
265   Alerter.PluginsPackage=uk.org.iscream.client.alerters
266 < Alerter.Plugins=EMail;IRC;WebFeeder;
266 > #Alerter.Plugins=EMail;IRC;WebFeeder;
267 > Alerter.Plugins=IRC;WebFeeder;
268 > #Alerter.Plugins=WebFeeder;
269 > #Alerter.Plugins=
270  
271   # EMail alerter configuration
272   Alerter.EMail.level = WARNING
# Line 297 | Line 309 | Alerter.IRC.rejectMessage = sorry, I don't understand
309   WebFeeder.latestActive = true
310   WebFeeder.alertActive = true
311  
312 + # Only pass on alerts past this level
313 + WebFeeder.alertLevel = OK
314 +
315   # Check period in seconds (for cleaning stale/old alerts)
316 < WebFeeder.checkPeriod = 900
316 > WebFeeder.checkPeriod = 120
317  
318   # Delete alerts older than this, in seconds.
319   # Files are only check every WebFeeder.checkPeriod seconds.
320 < WebFeeder.alertDeleteOlderThan = 1800
320 > WebFeeder.alertDeleteOlderThan = 300
321  
322   # Root Path
323   WebFeeder.rootPath = /usr/local/proj/co600_10/webroot

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines