198 |
|
# Heartbeat threshold values |
199 |
|
# these are values in seconds from when the heartbeat |
200 |
|
# was *expected* to arrive (ie. last + hearbeat period) |
201 |
< |
Monitor.Heartbeat.threshold.LOWER=120 |
201 |
> |
Monitor.Heartbeat.threshold.LOWER=180 |
202 |
|
Monitor.Heartbeat.threshold.UPPER=300 |
203 |
|
# this is how often we will run a "check" of heartbeats |
204 |
< |
Monitor.Heartbeat.checkPeriod=30 |
204 |
> |
Monitor.Heartbeat.checkPeriod=50 |
205 |
|
# how many times we should be at the highest level before |
206 |
|
# we go to a FINAL alert |
207 |
|
Monitor.Heartbeat.reachFINALcount=5 |