From e037e8049dd4ab2cd74588c0f2e12e57b05af067 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 15:19:30 -0500 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsmon.sh b/dsmon.sh index 1f95429..0a5d041 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -223,9 +223,9 @@ RUN_CHECK(){ MSG2="${host_ip[$hostid]} " c=0; cw=65; spc=''; spc1=`expr ${cw} - ${#MSG}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done c=0; cw2=20; spcB=''; spc1=`expr ${cw2} - ${#MSG2}`; until [ $c = ${spc1} ]; do spcB="${spcB} "; c=`expr $c + 1`; done - DIVIDER 1 . ${cw} + DIVIDER 1 . 85 echo -e "${idsBG[Blue]}${idsCL[White]}${MSG}${spc}${MSG2}${spcB}${idsST[Reset]}" - DIVIDER . . ${cw} + DIVIDER . . 85 checkhost=$(CHECK_HOST ${host_ip[$hostid]}) if [ "${checkhost}" != "false" ]; then