From b9547109e6317a1a1e51675c6aa5b6f4006898d6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 13 May 2025 20:10:43 -0500 Subject: [PATCH] update --- defaults.inc | 4 ++-- inc/status.inc | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/defaults.inc b/defaults.inc index d9add445..ee7a8b86 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,7 +1,7 @@ #!/usr/bin/env bash -VERS='5.4.19-05122025' -NM_BETA=false +VERS='5.4.20a-05132025' +NM_BETA=true 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 offsite-staticroute-fix ' CERT_DAEMON='/snap/bin/certbot' diff --git a/inc/status.inc b/inc/status.inc index 4aeb836a..59716dfc 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -867,8 +867,9 @@ STATUS_NODE(){ fi if [ "${STATUS_ACTION}" != "check" ]; then + echo -e "${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]}${idsST[Reset]}${idsCL[LightCyan]} [${nip}]${idsCL[Default]}]\n" if [ "${checkhost}" != "false" ]; then - echo -e "${idsCL[Red]} - Node SSL has been down for $(SHOW_TIME ${toterrtime}) ${idsCL[LightYellow]}${LH}${idsCL[Default]}" + echo -e "${idsCL[Red]} - Node SSH has been down for $(SHOW_TIME ${toterrtime}) ${idsCL[LightYellow]}${LH}${idsCL[Default]}" else echo -e "${idsCL[Red]} - Node has been down for $(SHOW_TIME ${toterrtime}) ${idsCL[LightYellow]}${LH}${idsCL[Default]}" fi