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% |
152 |
|
Alerter.IRC.level = OK |
153 |
|
Alerter.IRC.IRCServer = killigrew.ukc.ac.uk |
154 |
|
Alerter.IRC.IRCPort = 6667 |
155 |
< |
Alerter.IRC.nickList = iscreamBot;i-screamBot;_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 |
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 |
|
|