Update dsmon.sh
This commit is contained in:
2
dsmon.sh
2
dsmon.sh
@@ -193,7 +193,7 @@ RUN_CHECK(){
|
|||||||
c=0; cw=85; spc=''; spc1=`expr ${cw} - ${#MSG}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
|
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 white ${cw}
|
||||||
echo -e "${idsBG[Blue]}${idsCL[White]}${MSG}${spc}${idsST[Reset]}"
|
echo -e "${idsBG[Blue]}${idsCL[White]}${MSG}${spc}${idsST[Reset]}"
|
||||||
DIVIDER . white ${cw}
|
# DIVIDER . white ${cw}
|
||||||
|
|
||||||
checkhost=$(CHECK_HOST ${host_ip[$hostid]})
|
checkhost=$(CHECK_HOST ${host_ip[$hostid]})
|
||||||
if [ "${checkhost}" != "false" ]; then
|
if [ "${checkhost}" != "false" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user