@@ -111,7 +111,8 @@ CHECK(){
checkhost=$(CHECK_HOST ${host_ip[$hostid]})
if [ "${checkhost}" != "false" ]; then
for hl in (${host_limits[${hostid}]}); do
hostlimits=(${host_limits[${hostid}]})
for hl in ${hostlimits[@]}; do
echo $hl
done
The note is not visible to the blocked user.