Add 15min buffer to avoid false positives, got an alert email when allOk messages were 6hrs9min apart.
This commit is contained in:
parent
fed4ef6624
commit
cf8a9cd6b2
@ -4,7 +4,8 @@
|
||||
# MAILTO=jody@kaplon.us
|
||||
# 0,30 * * * * ~/dead-man-qry.bash
|
||||
|
||||
NUMHRS=6
|
||||
# Build in a buffer of 15min to avoid false positives.
|
||||
NUMHRS=6.25
|
||||
|
||||
# set now variable
|
||||
NOW=$(date -u +"%Y-%m-%d %H:%M:%S")
|
||||
|
Loading…
Reference in New Issue
Block a user