191 |
|
Monitor.Disk.thresholdMeasure=PERCENTAGE |
192 |
|
|
193 |
|
|
194 |
< |
# Disk monitor threshold values |
194 |
> |
# Queue monitor threshold values |
195 |
|
Monitor.Queue.threshold.LOWER=50 |
196 |
|
Monitor.Queue.threshold.UPPER=80 |
197 |
|
# Thresholds given are PERCENTAGE or VALUE |
222 |
|
# how many times we should be at the highest level before |
223 |
|
# we go to a FINAL alert |
224 |
|
Monitor.Heartbeat.reachFINALcount=5 |
225 |
+ |
# list of hosts we expect to have at startup |
226 |
+ |
# this ensures we notice hosts that aren't running, not |
227 |
+ |
# just those that have gone down recently. |
228 |
+ |
Monitor.Heartbeat.initialHosts=raptor.ukc.ac.uk;myrtle.ukc.ac.uk;kestrel.ukc.ac.uk |
229 |
|
|
230 |
|
|
231 |
|
|
265 |
|
Alerter.IRC.IRCPort = 6667 |
266 |
|
Alerter.IRC.nickList = iscreamBot;_iscreamBot;i-screamBot |
267 |
|
Alerter.IRC.user = i-scream |
268 |
< |
Alerter.IRC.comment = i-scream alerting bot |
268 |
> |
Alerter.IRC.comment = i-scream alerting bot (based on PircBot) |
269 |
> |
Alerter.IRC.finger = i-scream alerting bot (based on PircBot) |
270 |
|
Alerter.IRC.channel = #i-scream |
271 |
|
Alerter.IRC.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% - time till next alert (should one occur), %timeTillNextAlert% |
272 |
|
Alerter.IRC.reconnectDelay = 30 |
286 |
|
|
287 |
|
# Logging alerter configuration |
288 |
|
Alerter.Logging.level = WARNING |
289 |
< |
Alerter.EMail.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% |
289 |
> |
Alerter.Logging.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% |
290 |
|
|
291 |
|
|
292 |
|
|