Update dsmon.sh
This commit is contained in:
3
dsmon.sh
3
dsmon.sh
@@ -238,7 +238,8 @@ RUN_CHECK(){
|
||||
echo -e "${idsST[Bold]}${idsBG[Blue]}${idsCL[White]}${MSG}${spcA}${MSG2}${spcB}${MSG3}${idsST[Reset]}"
|
||||
DIVIDER . . 85
|
||||
|
||||
checkhost=$(CHECK_HOST ${host_ip[$hostid]})
|
||||
# checkhost=$(CHECK_HOST ${host_ip[$hostid]})
|
||||
checkhost=true
|
||||
if [ "${checkhost}" != "false" ]; then
|
||||
declare -A host_limits_tmp
|
||||
hostlimits=(${host_limits[${hostid}]})
|
||||
|
||||
Reference in New Issue
Block a user