-
Problem report
-
Resolution: Duplicate
-
Major
-
None
-
1.9.8 (beta)
It would be great if Java Gateway would allow full JMX service URLs and not just the "default" ones. The current JMX URLs supported by zabbix look like:
service:jmx:rmi:///jndi/rmi://192.168.50.102:9004/jmxrmi
A full JMX service URL might look like:
service:jmx:rmi://rmiHost:rmiPort/jndi/rmi://namingHost:namingPort/jndiPath
So, in our case, jndiPath is not always jmxrmi and rmiHost (usually same as namingHost) is also specified. In addition, rmiPort is different than namingPort. A concrete example is:
service:jmx:rmi://host1:9004/jndi/rmi://host:1099/myjmx
- duplicates
-
ZBXNEXT-1274 Configurable JMX Endpoint
- Closed