From bbb14dca3b3e693ea4903c2aa3ca9a72cdbb9b31 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Mar 2024 10:01:24 -0500 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmon.sh b/dsmon.sh index e085bd4..f5a1904 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -340,7 +340,7 @@ RUNCMD(){ while read hostid hostname hostip hostlimits; do if [ "${hostname}" != "host" ]; then - ssh -tq -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${hostip} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15} ${16} ${17} ${18} ${19} ${20} ${21} ${22} + ssh -tq -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${hostip} ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15} ${16} ${17} ${18} ${19} ${20} ${21} ${22} fi done <<< $(MYSQL_PWD="sysmoninsert" mysql -h ${mysqlip} -P 3307 -u sysmoninsert -e "SELECT id,host,ip,limits FROM servermonitor.hosts WHERE disabled=0 ORDER BY host ASC")