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.16 by ajm, Sun Mar 4 02:45:14 2001 UTC vs.
Revision 1.21 by tdb, Mon Mar 5 04:21:20 2001 UTC

# Line 94 | Line 94 | ClientInterface.listenPort=4510
94   ############################################################
95  
96   # The default filter for a new host
97 < Host.filter=filter1
97 > Host.filter=computingFilter;
98  
99   # The default update times for a new host
100   Host.UDPUpdateTime=10
# Line 142 | Line 142 | Alerter.Plugins=EMail;IRC;
142  
143   # EMail alerter configuration
144   Alerter.EMail.level = CAUTION
145 < Alerter.EMail.destList = dev@i-scream.org.uk
145 > Alerter.EMail.defaultDestList = dev@i-scream.org.uk
146   Alerter.EMail.sender = dev@i-scream.org.uk
147   Alerter.EMail.smtpServer = mercury.ukc.ac.uk
148   Alerter.EMail.subject = i-scream alert: %level% alert on %source% for %attributeName%
# Line 151 | Line 151 | Alerter.EMail.message = The i-scream distributed centr
151   # IRC alerter configuration
152   Alerter.IRC.level = OK
153   Alerter.IRC.IRCServer = killigrew.ukc.ac.uk
154
154   Alerter.IRC.IRCPort = 6667
155 < Alerter.IRC.nick = iscreamBot
155 > Alerter.IRC.nickList = iscreamBot;_iscreamBot;i-screamBot
156 > Alerter.IRC.user = i-scream
157 > Alerter.IRC.comment = i-scream alerting bot
158   Alerter.IRC.channel = #i-scream
159   Alerter.IRC.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% - time till next alert (should one occur), %timeTillNextAlert%
160 + Alerter.IRC.reconnectDelay = 30
161 + Alerter.IRC.startupNotice = i-scream alerting bot activated
162 + Alerter.IRC.stopCommand = stop alerts
163 + Alerter.IRC.startCommand = start alerts
164 + Alerter.IRC.lastAlertCommand = last alert
165 + Alerter.IRC.joinCommand = join
166 + Alerter.IRC.nickChangeCommand = nick
167 + Alerter.IRC.statCommand = statistics
168 + Alerter.IRC.uptimeCommand = uptime
169 + Alerter.IRC.timeSinceLastAlertCommand = time since last alert
170 + Alerter.IRC.versionCommand = version
171 + Alerter.IRC.helpCommand = help
172 + Alerter.IRC.rejectMessage = sorry, I don't understand your request
173  
160
161
174   ############################################################
175 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines