Update dsmon.sh

This commit is contained in:
2025-06-14 11:58:57 -05:00
parent c4bf848cd0
commit 7de6d3dc1d

View File

@@ -191,7 +191,7 @@ 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 1 white ${cw}
DIVIDER 1 . ${cw}
echo -e "${idsBG[Blue]}${idsCL[White]}${MSG}${spc}${idsST[Reset]}"
DIVIDER . . ${cw}