diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 92417ffe..47687b9d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2268,6 +2268,8 @@ DOWNLIST(){ item=${NM_SERVICES[${ditem#*-}]}; elif [[ $ditem == *"-"* ]] && [ "${NM_DOCKERS[${ditem#*-}]}" != "" ]; then item="${NM_DOCKERS[${ditem#*-}]} (docker)"; + elif [[ $ditem == *"-"* ]] && [ "${REPL_DESC[${ditem#*-}]}" != "" ]; then + item="${REPL_DESC[${ditem#*-}]} (replication)"; else item='HOST DOWN'; fi