--- projects/cms/source/server/build/etc/system.conf 2001/03/04 02:45:14 1.16 +++ projects/cms/source/server/build/etc/system.conf 2001/03/05 04:21:20 1.21 @@ -5,8 +5,8 @@ # configuration system has this file as its # root of configuration # -# $Author: ajm $ -# $Id: system.conf,v 1.16 2001/03/04 02:45:14 ajm Exp $ +# $Author: tdb $ +# $Id: system.conf,v 1.21 2001/03/05 04:21:20 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -94,7 +94,7 @@ ClientInterface.listenPort=4510 ############################################################ # The default filter for a new host -Host.filter=filter1 +Host.filter=computingFilter; # The default update times for a new host Host.UDPUpdateTime=10 @@ -142,7 +142,7 @@ Alerter.Plugins=EMail;IRC; # EMail alerter configuration Alerter.EMail.level = CAUTION -Alerter.EMail.destList = dev@i-scream.org.uk +Alerter.EMail.defaultDestList = dev@i-scream.org.uk Alerter.EMail.sender = dev@i-scream.org.uk Alerter.EMail.smtpServer = mercury.ukc.ac.uk Alerter.EMail.subject = i-scream alert: %level% alert on %source% for %attributeName% @@ -151,12 +151,25 @@ Alerter.EMail.message = The i-scream distributed centr # IRC alerter configuration Alerter.IRC.level = OK Alerter.IRC.IRCServer = killigrew.ukc.ac.uk - Alerter.IRC.IRCPort = 6667 -Alerter.IRC.nick = iscreamBot +Alerter.IRC.nickList = iscreamBot;_iscreamBot;i-screamBot +Alerter.IRC.user = i-scream +Alerter.IRC.comment = i-scream alerting bot Alerter.IRC.channel = #i-scream Alerter.IRC.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% - time till next alert (should one occur), %timeTillNextAlert% +Alerter.IRC.reconnectDelay = 30 +Alerter.IRC.startupNotice = i-scream alerting bot activated +Alerter.IRC.stopCommand = stop alerts +Alerter.IRC.startCommand = start alerts +Alerter.IRC.lastAlertCommand = last alert +Alerter.IRC.joinCommand = join +Alerter.IRC.nickChangeCommand = nick +Alerter.IRC.statCommand = statistics +Alerter.IRC.uptimeCommand = uptime +Alerter.IRC.timeSinceLastAlertCommand = time since last alert +Alerter.IRC.versionCommand = version +Alerter.IRC.helpCommand = help +Alerter.IRC.rejectMessage = sorry, I don't understand your request - - ############################################################ +