From 5ea6c80e682c77563a7bf172583eedb6d084ea0c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 10 Jun 2023 18:59:04 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 5889e07b..408e0163 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 95 - echo -e "Service/Host Host Down_Time" - DIVIDER false yellow 95 + DIVIDER false yellow 80 + echo -e "Service/Host Host Down_Time" + DIVIDER false yellow 80 - cw=55; cw2=65 + cw=40; cw2=65 for downitem in ${DOWN_LIST}; do ditem=${downitem##*/} ditem=${ditem//.down}