From a90d1687b7ade9d4ddbbac250dcad9893037d77d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 21 May 2023 19:25:25 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 9406ab3e..bff81e34 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1085,6 +1085,7 @@ DOWNLIST(){ itemname="${REPL_DESC[${item}]} (replication)" else itemname='HOST DOWN'; + [ "${NM_HOSTNAMES[${host}]}" != "" ] && itemname="${itemname}: ${NM_HOSTNAMES[${host}]}" fi if [ -f ${TMPFOLDER}/${ditem}.errtime ]; then