Update nodemgmt-scripts.sh

This commit is contained in:
2022-12-31 17:44:33 -06:00
parent 61ded2cc90
commit d5ec15d0c2

View File

@@ -2269,8 +2269,7 @@ DOWNLIST(){
elif [[ $ditem == *"-"* ]] && [ "${NM_DOCKERS[${item}]}" != "" ]; then
itemname="${NM_DOCKERS[${ditem#*-}]} (docker)"
elif [[ $ditem == *"-"* ]] && [ "${REPL_DESC[${item}]}" != "" ]; then
itemname=${REPL_DESC[${item}]}
itemname="${itemname} (replication)"
itemname="${REPL_DESC[${item}]} (replication)"
else
itemname='HOST DOWN';
fi