Update dsmon.sh

This commit is contained in:
2025-06-14 11:57:23 -05:00
parent ab6ef947a7
commit eb331532ad

View File

@@ -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 1 blue ${cw}
DIVIDER 1 white ${cw}
echo -e "${idsBG[Blue]}${idsCL[White]}${MSG}${spc}${idsST[Reset]}"
DIVIDER true blue ${cw}
DIVIDER . white ${cw}
checkhost=$(CHECK_HOST ${host_ip[$hostid]})
if [ "${checkhost}" != "false" ]; then