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