Update dsmon.sh
This commit is contained in:
3
dsmon.sh
3
dsmon.sh
@@ -111,7 +111,8 @@ CHECK(){
|
|||||||
|
|
||||||
checkhost=$(CHECK_HOST ${host_ip[$hostid]})
|
checkhost=$(CHECK_HOST ${host_ip[$hostid]})
|
||||||
if [ "${checkhost}" != "false" ]; then
|
if [ "${checkhost}" != "false" ]; then
|
||||||
for hl in (${host_limits[${hostid}]}); do
|
hostlimits=(${host_limits[${hostid}]})
|
||||||
|
for hl in ${hostlimits[@]}; do
|
||||||
echo $hl
|
echo $hl
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user