Update nodemgmt-scripts.sh
This commit is contained in:
@@ -661,11 +661,11 @@ DOWNLIST(){
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
if [ "${DOWN_LIST}" == "" ]; then
|
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
|
else
|
||||||
echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"
|
echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"
|
||||||
DIVIDER false yellow 95
|
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
|
DIVIDER false yellow 95
|
||||||
|
|
||||||
cw=50; cw2=65
|
cw=50; cw2=65
|
||||||
|
|||||||
Reference in New Issue
Block a user