Update nodemgmt-scripts.sh

This commit is contained in:
2023-09-19 21:25:48 -05:00
parent cc4453f68c
commit 01a6760b12

View File

@@ -661,11 +661,11 @@ DOWNLIST(){
echo
if [ "${DOWN_LIST}" == "" ]; then
echo -e "${idsCL[LightCyan]}Nothing is down${idsCL[Default]}"
echo -e "${idsCL[LightCyan]}Nothing is down. Hooray for you!!${idsCL[Default]}"
else
echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"
DIVIDER false yellow 95
echo -e "Service/Host Host Down_Time"
echo -e "${idsCL[Yellow]}Service/Host Host Down_Time${idsCL[Default]}"
DIVIDER false yellow 95
cw=50; cw2=65