diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index be182f6a..1d123fbb 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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