Update nodemgmt-scripts.sh
This commit is contained in:
@@ -634,14 +634,13 @@ 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 110
|
||||||
# if [ "${1}" != "ignore" ]; then
|
# if [ "${1}" != "ignore" ]; then
|
||||||
# echo -e "${idsCL[Yellow]}Service/Host Host Down_Time${idsCL[Default]}"
|
# echo -e "${idsCL[Yellow]}Service/Host Host Down_Time${idsCL[Default]}"
|
||||||
# else
|
# 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]}"
|
echo -e "${idsCL[Yellow]} (Type) (Host/Service/Docker Name) (Host) (Down_Time) (Notifications)${idsCL[Default]}"
|
||||||
# fi
|
# fi
|
||||||
DIVIDER false yellow 95
|
DIVIDER false yellow 110
|
||||||
|
|
||||||
until [ "${choice^^}" = "E" ]; do
|
until [ "${choice^^}" = "E" ]; do
|
||||||
cw=35; cw1=11; cw2=20; is=1;
|
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]}"
|
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
|
# fi
|
||||||
|
|
||||||
DIVIDER false darkGray 95
|
DIVIDER false darkGray 110
|
||||||
((is++))
|
((is++))
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user