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 |
+ |
|