Update nodemgmt-scripts.sh
This commit is contained in:
@@ -715,8 +715,11 @@ DOWNLIST(){
|
|||||||
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
|
||||||
[ "${1}" == "ignore" ] && ignsel=" " || ignsel=""
|
if [ "${1}" != "ignore" ]; then
|
||||||
echo -e "${idsCL[Yellow]}${ignsel}Service/Host Host Down_Time${idsCL[Default]}"
|
echo -e "${idsCL[Yellow]}Service/Host Host Down_Time${idsCL[Default]}"
|
||||||
|
else
|
||||||
|
echo -e "${idsCL[Yellow]} Service/Host Host Down_Time Notifications${idsCL[Default]}"
|
||||||
|
fi
|
||||||
DIVIDER false yellow 95
|
DIVIDER false yellow 95
|
||||||
|
|
||||||
cw=50; cw2=65; is=1;
|
cw=50; cw2=65; is=1;
|
||||||
|
|||||||
Reference in New Issue
Block a user