diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 468af182..f17ff29a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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