Hello everyone,
I'm using Zabbix 2.0.4 with Java Gateway to monitor specific Apache (Tomcat) JMX components. So far so good, everything is monitored perfectly
The only problem comes from the KARAF module of Apache, which is not monitored by Zabbix.
We investigated and found that Zabbix needs a specific URL for connection, like :
service:jmx:rmi:///jndi/rmi://[IPADRESS]:[PORT]/jmxrmi
Our KARAF module creates a JMX URL such as this one :
service:jmx:rmi://[IPADRESS]:[PORT]/jndi/rmi://[IPADRESS]:[PORT2]/karaf-trun
where PORT is the JMX Port and PORT2 the JMX Registry Port
How can we, in Zabbix :
- change the /jmxrmi into another value
- add another port (which is normally an interface on a host
We tried to change on the KARAF module the URL, but the JMX connection is not started (general failure)
Any help could be really useful
Regards,
MDELGAOD
I'm using Zabbix 2.0.4 with Java Gateway to monitor specific Apache (Tomcat) JMX components. So far so good, everything is monitored perfectly
The only problem comes from the KARAF module of Apache, which is not monitored by Zabbix.
We investigated and found that Zabbix needs a specific URL for connection, like :
service:jmx:rmi:///jndi/rmi://[IPADRESS]:[PORT]/jmxrmi
Our KARAF module creates a JMX URL such as this one :
service:jmx:rmi://[IPADRESS]:[PORT]/jndi/rmi://[IPADRESS]:[PORT2]/karaf-trun
where PORT is the JMX Port and PORT2 the JMX Registry Port
How can we, in Zabbix :
- change the /jmxrmi into another value
- add another port (which is normally an interface on a host
We tried to change on the KARAF module the URL, but the JMX connection is not started (general failure)
Any help could be really useful
Regards,
MDELGAOD
Comment