Update dsmon.sh

This commit is contained in:
2023-07-04 20:46:35 -05:00
parent 643b2099b6
commit 059d779819

View File

@@ -309,7 +309,7 @@ GETCRONTABS(){
fi
done <<< $(MYSQL_PWD="sysmoninsert" mysql -h mysqldb.scity.us -P 3306 -u sysmoninsert -e "SELECT id,host,ip,limits FROM servermonitor.hosts WHERE disabled=0 ORDER BY host ASC")
read -p "Enter the password for the Root account on MySQL-Manager: " rtpsswd
read -p "Enter the password for the 'nm_crontab_user' account on MySQL-Manager: " rtpsswd
echo
for hostid in "${!host_ip[@]}"; do