-
Change Request
-
Resolution: Duplicate
-
Blocker
-
None
-
2.0.0
-
Unix
Currently jmx endpoint is hardcoded into JMXItemChecker.java:
service:jmx:rmi:///jndi/rmi://" + conn + ":" + port + "/jmxrmi"
However some applications use different endpoints for jmx management, for example jboss as7:
service:jmx:remoting-jmx://conn:port
Suggestion is to make this endpoint configurable per host in the frontend on the CONFIGURATION OF HOSTS screen.
- duplicates
-
ZBXNEXT-1274 Configurable JMX Endpoint
- Closed