Add 15min buffer to avoid false positives, got an alert email when allOk messages were 6hrs9min apart.

This commit is contained in:
jkaplon 2015-09-17 11:24:43 -04:00
parent fed4ef6624
commit cf8a9cd6b2

View File

@ -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")