243 |
|
|
244 |
|
# alerters to run |
245 |
|
Alerter.PluginsPackage=uk.org.iscream.client.alerters |
246 |
< |
Alerter.Plugins=EMail;IRC;WebFeeder; |
246 |
> |
Alerter.Plugins=EMail;IRC;WebFeeder;Logging; |
247 |
|
|
248 |
|
|
249 |
|
# EMail alerter configuration |
277 |
|
Alerter.IRC.versionCommand = version |
278 |
|
Alerter.IRC.helpCommand = help |
279 |
|
Alerter.IRC.rejectMessage = sorry, I don't understand your request |
280 |
+ |
|
281 |
+ |
|
282 |
+ |
# Logging alerter configuration |
283 |
+ |
Alerter.Logging.level = WARNING |
284 |
+ |
Alerter.EMail.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% |
285 |
|
|
286 |
|
|
287 |
|
|