diff --git a/dsmon.sh b/dsmon.sh index fd543be..157519d 100755 --- a/dsmon.sh +++ b/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}]})