diff --git a/defaults.inc b/defaults.inc index e005b87d..08810c08 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERS='5.1.3-12062023' +VERS='5.1.4-12112023' NM_BETA=false noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck ' diff --git a/inc/status.inc b/inc/status.inc index ef9b5925..9851d8aa 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -715,7 +715,7 @@ STATUS_NODE(){ touch ${NM_TMPFOLDER}/${nip}.down if [ "${ST_ACTION}" != "check" ]; then if [ "${checkhost}" != "false" ]; then - echo -e "${idsCL[Red]} - Node is online, but SSL is down!${idsCL[Default]}" + echo -e "${idsCL[Red]} - Node is online, but SSH is down!${idsCL[Default]}" else echo -e "${idsCL[Red]} - Node is down!${idsCL[Default]}" fi @@ -728,7 +728,7 @@ STATUS_NODE(){ toterrtime=$(expr $(date +%s) - $(stat -c %Y ${NM_TMPFOLDER}/${nip}.errtime)) errtime=${toterrtime} if [ "${checkhost}" != "false" ]; then - SENDNOTICE "${NM_HOSTNAMES[${nip}]}[${nip}]" "${NM_HOSTNAMES[${nip}]}[${nip}] is online, but SSL is down" 1 + SENDNOTICE "${NM_HOSTNAMES[${nip}]}[${nip}]" "${NM_HOSTNAMES[${nip}]}[${nip}] is online, but SSH is down" 1 else SENDNOTICE "${NM_HOSTNAMES[${nip}]}[${nip}]" "${NM_HOSTNAMES[${nip}]}[${nip}] is down" 1 fi