diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 408e0163..57aa41a4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1093,11 +1093,11 @@ DOWNLIST(){ echo -e "${idsCL[LightCyan]}Nothing is down${idsCL[Default]}" else echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}" - DIVIDER false yellow 80 - echo -e "Service/Host Host Down_Time" - DIVIDER false yellow 80 + DIVIDER false yellow 95 + echo -e "Service/Host Host Down_Time" + DIVIDER false yellow 95 - cw=40; cw2=65 + cw=50; cw2=65 for downitem in ${DOWN_LIST}; do ditem=${downitem##*/} ditem=${ditem//.down}