From fe3e8fc6b69e4b158c59c8b0b4791453d2e6412c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 2 Jan 2023 13:07:05 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsmon.sh b/dsmon.sh index 9e300ac..1b91abb 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -105,9 +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 Default 100 + echo -e "${idsST[Bold]}"; DIVIDER false LightCyan 100 echo -e "${idsCL[LightCyan]} ${host_name[$hostid]} - Drive Space Check${idsCL[Default]}" - DIVIDER false Default 100; + DIVIDER false LightCyan 100; c=0; cw=40; spcA='' spc1=`expr ${cw} - 5`