From 059d779819a09d8fef905a65ea65b98161923c7e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 20:46:35 -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 4ef76e2..d7c3d0c 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -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