File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
pang-apps-monitor-mysqlmariadb Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- JMX=" -Djava.rmi.server.hostname=192.168.0.21"
4- JMX=" $JMX -Djava.net.preferIPv4Stack=true"
5- JMX=" $JMX -Dcom.sun.management.jmxremote.port=8123"
6- JMX=" $JMX -Dcom.sun.management.jmxremote.rmi.port=8123"
7- JMX=" $JMX -Dcom.sun.management.jmxremote=true"
8- JMX=" $JMX -Dcom.sun.management.jmxremote.local.only=false"
9- JMX=" $JMX -Dcom.sun.management.jmxremote.authenticate=false"
10- JMX=" $JMX -Dcom.sun.management.jmxremote.ssl=false"
11-
12- # To enable JMX
13- # nohup $JMX java -cp ./libs/*:./conf com.pangdata.apps.monitor.MysqlMariaDBMonitor > /dev/null 2>&1&
14-
15- nohup java -cp ./libs/* :./conf com.pangdata.apps.monitor.MysqlMariaDBMonitor > /dev/null 2>&1 &
3+ nohup java -cp ./libs/* :./conf com.pangdata.apps.monitor.MysqlMariaDBMonitor > /dev/null 2>&1 &
You can’t perform that action at this time.
0 commit comments