diff --git a/install-dsmon.sh b/install-dsmon.sh index b47bcc7..e80eba3 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -154,8 +154,8 @@ if [ "${SET_SERVERMONID}" = "new" ]; then if [ "$(CHECK_HOST 10.10.1.50)" != "false" ]; then mysqlip=10.10.1.50 - elif [ "$(CHECK_HOST 100.100.5.2)" != "false" ]; then - mysqlip=100.100.5.2 + elif [ "$(CHECK_HOST 100.100.2.2)" != "false" ]; then + mysqlip=100.100.2.2 else mysqlip= fi