Update dsmon.sh
This commit is contained in:
2
dsmon.sh
2
dsmon.sh
@@ -192,7 +192,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
|
||||
echo -e "${idsST[Bold]}"; DIVIDER false lightCyan ${cw}
|
||||
echo -e "${idsBG[LightGreen]}${idsCL[White]}${MSG}${spc}${idsST[Reset]}"
|
||||
echo -e "${idsBG[Green]}${idsCL[White]}${MSG}${spc}${idsST[Reset]}"
|
||||
DIVIDER false lightCyan ${cw}
|
||||
|
||||
checkhost=$(CHECK_HOST ${host_ip[$hostid]})
|
||||
|
||||
Reference in New Issue
Block a user