From 7b19ab2bcf7fbde451f91f93bae353c7062b59ba Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Aug 2023 23:20:16 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- nodemgmt-scripts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 8f6e3bc9..c4a72c5c 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERS='4.11.14-08262023' +VERS='4.11.15-08262023' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense ' CERT_DAEMON='/snap/bin/certbot' diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 12df539e..191b47e0 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -670,7 +670,7 @@ DOWNLIST(){ elif [[ $ditem == *"~"* ]] && [ "${NM_REPL_DESC[${item}]}" != "" ]; then itemname="${NM_REPL_DESC[${item}]} (replication)" else - itemname='HOST DOWN'; + itemname='${item} DOWN'; [ "${NM_HOSTNAMES[${host}]}" != "" ] && itemname="${itemname}: ${NM_HOSTNAMES[${host}]}" fi