Update nodemgmt-scripts.sh

This commit is contained in:
2022-12-31 17:42:19 -06:00
parent c76467bd34
commit a6c3dfbe1f

View File

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