From 037a80657cc0beb41c09e515826cf0143bb3d7eb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Dec 2023 19:24:48 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 27d789d2..e67a55be 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -435,7 +435,7 @@ STATUS(){ SENDNOTICE "${NM_HOSTNAMES[${nip}]}[${nip}]" "${NM_HOSTNAMES[${nip}]}[${nip}] has been down for $(SHOW_TIME ${toterrtime})" 1 fi touch ${NM_TMPFOLDER}/${nip}.sent - elif [ $errtime -gt 60 ] && [ $errtime -lt 180 ] && [ ! -f ${NM_TMPFOLDER}/${nip}.errtime ]; then + elif [ $errtime -gt 60 ] && [ $errtime -lt 240 ] && [ ! -f ${NM_TMPFOLDER}/${nip}.errtime ]; then if [ "${checkhost}" != "false" ]; then SENDNOTICE "${NM_HOSTNAMES[${nip}]}[${nip}]" "${NM_HOSTNAMES[${nip}]}[${nip}] is online, but SSL is down" 1 else