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.56 by tdb, Wed Nov 7 16:44:10 2001 UTC vs.
Revision 1.58.2.1 by tdb, Mon Feb 4 23:19:29 2002 UTC

# Line 222 | Line 222 | Monitor.Heartbeat.checkPeriod=50
222   # how many times we should be at the highest level before
223   # we go to a FINAL alert
224   Monitor.Heartbeat.reachFINALcount=5
225 + # list of hosts we expect to have at startup
226 + # this ensures we notice hosts that aren't running, not
227 + # just those that have gone down recently.
228 + Monitor.Heartbeat.initialHosts=raptor.ukc.ac.uk;myrtle.ukc.ac.uk;kestrel.ukc.ac.uk
229  
230  
231  
# Line 261 | Line 265 | Alerter.IRC.IRCServer = killigrew.ukc.ac.uk
265   Alerter.IRC.IRCPort = 6667
266   Alerter.IRC.nickList = iscreamBot;_iscreamBot;i-screamBot
267   Alerter.IRC.user = i-scream
268 < Alerter.IRC.comment = i-scream alerting bot
268 > Alerter.IRC.comment = i-scream alerting bot (based on PircBot)
269   Alerter.IRC.channel = #i-scream
270   Alerter.IRC.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% - time till next alert (should one occur), %timeTillNextAlert%
271   Alerter.IRC.reconnectDelay = 30
# Line 281 | Line 285 | Alerter.IRC.rejectMessage = sorry, I don't understand
285  
286   # Logging alerter configuration
287   Alerter.Logging.level = WARNING
288 < Alerter.EMail.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value%
288 > Alerter.Logging.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value%
289  
290  
291  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines