103 |
|
|
104 |
|
# The services checks to run on a host |
105 |
|
Host.serviceChecksPackage=uk.ac.ukc.iscream.filter.plugins |
106 |
< |
Host.serviceChecks=HTTP;SMTP |
106 |
> |
Host.serviceChecks=HTTP;SMTP;POP3;SSH;POP3;IMAP |
107 |
|
|
108 |
|
|
109 |
|
|
171 |
|
# the alertTimeout values are halved. |
172 |
|
# This is to escalate the alert quicker. |
173 |
|
Monitor.Heartbeat.checkPeriod=50 |
174 |
+ |
# these are values in seconds from when the heartbeat |
175 |
+ |
# was *expected* to arrive (ie. last + hearbeat period) |
176 |
|
Monitor.Heartbeat.threshold.LOWER=120 |
177 |
|
Monitor.Heartbeat.threshold.LOWER=300 |
178 |
|
|