From fc0842b8b6e33d4ae53d85478b33b4ea7d6c7a76 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 22 Feb 2025 11:02:51 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dsmon.sh b/dsmon.sh index 9164e8a..938fc10 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -409,6 +409,7 @@ RUNCMDSLOW(){ echo -e "${idsST[Bold]}${idsCL[LightCyan]} ${hostname} - $(echo ${hostip} | cut -d ";" -f1)${idsCL[Default]}${idsST[Reset]}" ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@$(echo ${hostip} | cut -d ";" -f1) ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15} ${16} ${17} ${18} ${19} ${20} ${21} ${22} echo + fi done <<< $(MYSQL_PWD="sysmoninsert" mariadb --skip-ssl -h ${mysqlip} -P 3307 -u sysmoninsert -e "SELECT id,host,ip,limits FROM servermonitor.hosts WHERE disabled=0 ORDER BY host ASC")