This is a project I started for my company to get the Zabbix Java Gateway to fulfill requests using Jolokia (jmx-->http webservices), link here - https://bitbucket.org/ryanrupp/zabbi...eway/wiki/Home - Jolokia has a nice set of features, essentially it makes your Java servers JMX data available via HTTP webservices (REST type requests). Additionally, it has other nice features such as bulk requests (bundling all JMX attribute requests into a single roundtrip) which is ideal for monitoring a large amount of attributes or going over a higher latency network.
Basically this is just a custom Zabbix Java Gateway that you can deploy that has the following features:
The wiki I linked has more information. This is currently a work in progress but it's functional right now if anyone wanted to check it out.
Basically this is just a custom Zabbix Java Gateway that you can deploy that has the following features:
- Allows the JMX endpoint to be configured
- Allows Jolokia to be used instead of standard JMX communication
- Allows JMX operations to be used when using Jolokia
- Publishes metrics via JMX about the Java Gateway's performance
The wiki I linked has more information. This is currently a work in progress but it's functional right now if anyone wanted to check it out.
Comment