Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-06 12:29:48 -06:00
parent 17917ca0f7
commit 6052c04908

View File

@@ -634,14 +634,13 @@ DOWNLIST(){
else
echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"
DIVIDER false yellow 95
DIVIDER false yellow 110
# 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]}"
echo -e "${idsCL[Yellow]} (Type) (Host/Service/Docker Name) (Host) (Down_Time) (Notifications)${idsCL[Default]}"
# fi
DIVIDER false yellow 95
DIVIDER false yellow 110
until [ "${choice^^}" = "E" ]; do
cw=35; cw1=11; cw2=20; is=1;
@@ -697,7 +696,7 @@ DOWNLIST(){
echo -e "\033[K${idsCL[LightRed]}${idsST[Bold]}${ignsel}${idsST[Reset]}${idsCL[LightRed]}${itemtype}${spca}${itemname}${spc}${host}${spc2}${time}${spc3}${dstatus}${idsCL[Default]}"
# fi
DIVIDER false darkGray 95
DIVIDER false darkGray 110
((is++))
done