Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-08 21:25:19 -06:00
parent 2472bbfa7d
commit 708d140f15

View File

@@ -715,8 +715,11 @@ DOWNLIST(){
else
echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"
DIVIDER false yellow 95
[ "${1}" == "ignore" ] && ignsel=" " || ignsel=""
echo -e "${idsCL[Yellow]}${ignsel}Service/Host Host Down_Time${idsCL[Default]}"
if [ "${1}" != "ignore" ]; then
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
cw=50; cw2=65; is=1;