From 548d8fd26551411b3498238bc853a068a6b5d312 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 2 Jan 2023 13:02:32 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dsmon.sh b/dsmon.sh index bbe75ce..01c64f8 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -105,10 +105,9 @@ CHECK(){ #for hostid in "${!host_ip[@]}"; do for hostname in "${hostnames_sort[@]}"; do hostid=${host_ids[$hostname]} - echo -e "${idsST[Bold]}"; DIVIDER false LightCyan 100 - echo -e "${idsCL[LightCyan]} ${host_name[$hostid]} - Drive Space Check${idsCL[Default]}" - DIVIDER false LightCyan 100; - + echo -e "${idsST[Bold]}"; DIVIDER false yellow 90 + echo -e "${idsCL[LightCyan]} ${host_name[$hostid]} - Drive Space Check${idsCL[Default]}${idsST[Reset]}" + DIVIDER false yellow 90; c=0; cw=40; spcA='' spc1=`expr ${cw} - 5`