Update dsmon.sh

This commit is contained in:
2025-07-27 21:46:51 -05:00
parent 2ab0bf4338
commit f2f99eb466

View File

@@ -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}]})