From 735d50defc394335456c170d1096edcf1d3bacc7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 23 May 2023 21:28:59 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 27cc18c9..9155651c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1066,9 +1066,9 @@ 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 + DIVIDER false yellow 80 echo -e "Service/Host Host Down_Time" - DIVIDER false yellow + DIVIDER false yellow 80 cw=40; cw2=58 for downitem in ${DOWN_LIST}; do @@ -1102,7 +1102,7 @@ DOWNLIST(){ spc1=${cw2}-${#itemname}-${#host}-${spc1} until [ $c = ${spc1} ]; do spc2="${spc2} "; c=`expr $c + 1`; done echo -e "${idsST[Bold]}${idsCL[Red]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsST[Reset]}${idsCL[Default]}" - DIVIDER false darkGray + DIVIDER false darkGray 80 done fi echo