121 |
|
# The default update times for a new host |
122 |
|
Host.UDPUpdateTime=10 |
123 |
|
Host.TCPUpdateTime=60 |
124 |
– |
Host.AveragerUpdateTime=5 |
124 |
|
|
125 |
|
# The services checks to run on a host |
126 |
|
Host.serviceChecksPackage=uk.org.iscream.cms.server.filter.plugins |
221 |
|
# how many times we should be at the highest level before |
222 |
|
# we go to a FINAL alert |
223 |
|
Monitor.Heartbeat.reachFINALcount=5 |
224 |
+ |
# list of hosts we expect to have at startup |
225 |
+ |
# this ensures we notice hosts that aren't running, not |
226 |
+ |
# just those that have gone down recently. |
227 |
+ |
Monitor.Heartbeat.initialHosts=raptor.ukc.ac.uk;myrtle.ukc.ac.uk;kestrel.ukc.ac.uk |
228 |
|
|
229 |
|
|
230 |
|
|
264 |
|
Alerter.IRC.IRCPort = 6667 |
265 |
|
Alerter.IRC.nickList = iscreamBot;_iscreamBot;i-screamBot |
266 |
|
Alerter.IRC.user = i-scream |
267 |
< |
Alerter.IRC.comment = i-scream alerting bot |
267 |
> |
Alerter.IRC.comment = i-scream alerting bot (based on PircBot) |
268 |
> |
Alerter.IRC.finger = i-scream alerting bot (based on PircBot) |
269 |
|
Alerter.IRC.channel = #i-scream |
270 |
|
Alerter.IRC.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% - time till next alert (should one occur), %timeTillNextAlert% |
271 |
|
Alerter.IRC.reconnectDelay = 30 |
285 |
|
|
286 |
|
# Logging alerter configuration |
287 |
|
Alerter.Logging.level = WARNING |
288 |
< |
Alerter.EMail.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% |
288 |
> |
Alerter.Logging.message = %level%: %attributeName% on %source% has passed %threshold%(%thresholdValue%) threshold with %value% |
289 |
|
|
290 |
|
|
291 |
|
|