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.37 by tdb, Thu Mar 15 14:29:09 2001 UTC vs.
Revision 1.40 by tdb, Fri Mar 16 15:15:27 2001 UTC

# Line 37 | Line 37 | ConfigurationProxy.updateTime=60
37  
38   # The time interval at which the Queue's should be monitored
39   Queue.MonitorInterval=15
40 + # The upper limit for a Queue
41 + Queue.SizeLimit=1000
42 + # The removal algorithm
43 + Queue.RemoveAlgorithm=FIRST
44  
45  
42
46   ############################################################
47   #### FilterManager configuration
48   ############################################################
# Line 200 | Line 203 | Monitor.Services.alertTimeout.WARNING=900
203   Monitor.Services.alertTimeout.CAUTION=1800
204   Monitor.Services.alertTimeout.CRITICAL=3600
205  
206 + # Make sure we shut up eventually
207 + Monitor.Services.reachFINALcount=5
208  
209 +
210   ## Heartbeat monitor configuration
211   # threshold values
212   #
# Line 211 | Line 217 | Monitor.Heartbeat.checkPeriod=50
217   # these are values in seconds from when the heartbeat
218   # was *expected* to arrive (ie. last + hearbeat period)
219   Monitor.Heartbeat.threshold.LOWER=120
220 < Monitor.Heartbeat.threshold.LOWER=300
220 > Monitor.Heartbeat.threshold.UPPER=300
221  
222   # timings of the alerts (in seconds)
223   Monitor.Heartbeat.alertTimeout.NOTICE=60
# Line 251 | Line 257 | Alerter.PluginsPackage=uk.org.iscream.client.alerters
257   Alerter.Plugins=EMail;IRC;WebFeeder;
258  
259   # EMail alerter configuration
260 < Alerter.EMail.level = CAUTION
261 < Alerter.EMail.defaultDestList = dev@i-scream.org.uk
260 > Alerter.EMail.level = WARNING
261 > Alerter.EMail.destList = dev@i-scream.org.uk
262   Alerter.EMail.sender = dev@i-scream.org.uk
263   Alerter.EMail.smtpServer = mercury.ukc.ac.uk
264   Alerter.EMail.subject = i-scream alert: %level% alert on %source% for %attributeName%
265 < 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%.
265 > 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%.
266  
267 +
268   # IRC alerter configuration
269   Alerter.IRC.level = OK
270   Alerter.IRC.IRCServer = killigrew.ukc.ac.uk
# Line 291 | Line 298 | WebFeeder.latestActive = true
298   WebFeeder.alertActive = true
299  
300   # Check period in seconds (for cleaning stale/old alerts)
301 < WebFeeder.checkPeriod = 1800
301 > WebFeeder.checkPeriod = 900
302  
303   # Delete alerts older than this, in seconds.
304   # Files are only check every WebFeeder.checkPeriod seconds.
305 < WebFeeder.alertDeleteOlderThan = 3600
305 > WebFeeder.alertDeleteOlderThan = 1800
306  
307   # Root Path
308   WebFeeder.rootPath = /usr/local/proj/co600_10/webroot

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines