From f2f99eb4665ba205b502b73eeadc772b0f9e01c2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Jul 2025 21:46:51 -0500 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}]})