From 5560d61f59cc6b3487a7e7905fba3a6d43502652 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 11:52:22 -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 d5ad9e9..6b677d8 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -191,9 +191,9 @@ RUN_CHECK(){ MSG=" ${host_name[$hostid]} - (${host_ip[$hostid]})" c=0; cw=85; spc=''; spc1=`expr ${cw} - ${#MSG}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done - DIVIDER false . ${cw} + DIVIDER true lightblue ${cw} echo -e "${idsBG[Blue]}${idsCL[White]}${MSG}${spc}${idsST[Reset]}" - DIVIDER false . ${cw} + DIVIDER false lightblue ${cw} checkhost=$(CHECK_HOST ${host_ip[$hostid]}) if [ "${checkhost}" != "false" ]; then