Update nodemgmt-scripts.sh
This commit is contained in:
@@ -2302,6 +2302,9 @@ DOWNLIST(){
|
||||
fi
|
||||
echo
|
||||
|
||||
if [ "${DOWNLIST}" == "" ]; then
|
||||
echo -e "${idsCL[LightCyan]}Nothing is down${idsCL[Default]}"
|
||||
else
|
||||
echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"
|
||||
DIVIDER false yellow
|
||||
echo -e "Service/Host Host Down_Time"
|
||||
@@ -2340,6 +2343,7 @@ DOWNLIST(){
|
||||
echo -e "${idsST[Bold]}${idsCL[Red]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsST[Reset]}${idsCL[Default]}"
|
||||
DIVIDER false darkGray
|
||||
done
|
||||
fi
|
||||
echo
|
||||
if [ -z $action ] || [ "${action}" = "gui" ]; then
|
||||
DIVIDER true
|
||||
|
||||
Reference in New Issue
Block a user