I want to monitor my wildfly via jmx in zabbix . Currently I am monitor tomcat via JMX by adding follow in catalina.sh file and it works excellent.
CATALINA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9006 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
Now. What code should add to standalone.conf file to monitor wildfly by JMX in zabbix ?
CATALINA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9006 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
Now. What code should add to standalone.conf file to monitor wildfly by JMX in zabbix ?

Comment