From b2242f4a60529a6f8c4f0b655e1e5f4adcccf05d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 31 Dec 2022 17:30:23 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) 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