This commit is contained in:
2023-08-26 23:20:16 -05:00
parent a8ccad1cf2
commit 7b19ab2bcf
2 changed files with 2 additions and 2 deletions

View File

@@ -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