Update dsmon.sh

This commit is contained in:
2025-06-14 11:19:55 -05:00
parent 110dd001b1
commit bbdf4bedf9

View File

@@ -115,7 +115,7 @@ CHECK(){
while read hostid hostname hostip hostlimits; do
if [ "$hostid" != "id" ]; then
hostip=$(echo $hostip | cut -d ";" -f1)
# echo "$hostid - $hostip - $hostname - $hostlimits"
echo "$hostid - $hostip - $hostname - $hostlimits"
host_ip[${hostid}]=$hostip
host_name[${hostid}]=$hostname
host_limits[${hostid}]=$hostlimits