Update dsmon.sh

This commit is contained in:
2025-06-14 11:21:28 -05:00
parent 46a88f749d
commit 9922733883

View File

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