| 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 |
| 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 |
+ |
|
| 288 |
|
############################################################ |
| 289 |
|
#### WebFeeder Configuration |
| 290 |
|
############################################################ |
| 295 |
|
WebFeeder.alertActive = true |
| 296 |
|
|
| 297 |
|
# Only pass on alerts past this level |
| 298 |
< |
WebFeeder.alertLevel = OK |
| 298 |
> |
Alerter.WebFeeder.level = OK |
| 299 |
|
|
| 300 |
|
# Check period in seconds (for cleaning stale/old alerts) |
| 301 |
|
WebFeeder.checkPeriod = 120 |