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.36 by tdb, Wed Mar 14 23:25:18 2001 UTC vs.
Revision 1.41 by tdb, Mon Mar 19 17:26:30 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 +
22   config.computing=computing.conf
23 + config.rocks=rocks.conf
24  
25   # for library machines
26   group.library=Host.129.12.58.*;
# Line 37 | Line 43 | ConfigurationProxy.updateTime=60
43  
44   # The time interval at which the Queue's should be monitored
45   Queue.MonitorInterval=15
46 + # The upper limit for a Queue
47 + Queue.SizeLimit=1000
48 + # The removal algorithm
49 + Queue.RemoveAlgorithm=FIRST
50  
51  
42
52   ############################################################
53   #### FilterManager configuration
54   ############################################################
# Line 103 | Line 112 | Host.AveragerUpdateTime=5
112  
113   # The services checks to run on a host
114   Host.serviceChecksPackage=uk.org.iscream.filter.plugins
106 Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet
115  
116  
117  
# Line 200 | Line 208 | Monitor.Services.alertTimeout.WARNING=900
208   Monitor.Services.alertTimeout.CAUTION=1800
209   Monitor.Services.alertTimeout.CRITICAL=3600
210  
211 + # Make sure we shut up eventually
212 + Monitor.Services.reachFINALcount=5
213  
214 +
215   ## Heartbeat monitor configuration
216   # threshold values
217   #
# Line 211 | Line 222 | Monitor.Heartbeat.checkPeriod=50
222   # these are values in seconds from when the heartbeat
223   # was *expected* to arrive (ie. last + hearbeat period)
224   Monitor.Heartbeat.threshold.LOWER=120
225 < Monitor.Heartbeat.threshold.LOWER=300
225 > Monitor.Heartbeat.threshold.UPPER=300
226  
227   # timings of the alerts (in seconds)
228   Monitor.Heartbeat.alertTimeout.NOTICE=60
# Line 251 | Line 262 | Alerter.PluginsPackage=uk.org.iscream.client.alerters
262   Alerter.Plugins=EMail;IRC;WebFeeder;
263  
264   # EMail alerter configuration
265 < Alerter.EMail.level = CAUTION
266 < Alerter.EMail.defaultDestList = dev@i-scream.org.uk
265 > Alerter.EMail.level = WARNING
266 > Alerter.EMail.destList = dev@i-scream.org.uk
267   Alerter.EMail.sender = dev@i-scream.org.uk
268   Alerter.EMail.smtpServer = mercury.ukc.ac.uk
269   Alerter.EMail.subject = i-scream alert: %level% alert on %source% for %attributeName%
270 < Alerter.EMail.message = The i-scream distributed central monitoring system has\nraised a %level% alert for the host %source%.\n\nThe value for %attributeName% of %value% has exceeded the\n%threshold% threshold value of %thresholdValue%.\n\nThe next alert (should one occur) will be sent in %timeTillNextAlert%.
270 > Alerter.EMail.message = The i-scream distributed central monitoring system has\nraised a %level% alert for the host %source%.\n\nThe value for %attributeName% of %value% has exceeded the\n%threshold% threshold value of %thresholdValue%.\n\nThis alert was originally raised at %timeOfFirstAlert%,\nwhich was %timeSinceFirstAlert% ago.\n\nThe next alert (should one occur) will be sent in %timeTillNextAlert%.
271  
272 +
273   # IRC alerter configuration
274   Alerter.IRC.level = OK
275   Alerter.IRC.IRCServer = killigrew.ukc.ac.uk
# Line 289 | Line 301 | Alerter.IRC.rejectMessage = sorry, I don't understand
301   # comment it to turn them off
302   WebFeeder.latestActive = true
303   WebFeeder.alertActive = true
304 +
305 + # Check period in seconds (for cleaning stale/old alerts)
306 + WebFeeder.checkPeriod = 900
307 +
308 + # Delete alerts older than this, in seconds.
309 + # Files are only check every WebFeeder.checkPeriod seconds.
310 + WebFeeder.alertDeleteOlderThan = 1800
311  
312   # Root Path
313   WebFeeder.rootPath = /usr/local/proj/co600_10/webroot

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines