简体   繁体   中英

JMX Monitoring using Zabbix

I need to see what memory size, CPU usage and so on for my application, found zabbix as monitoring tool and want to create bridge between zabbix and my app. I do not want to add additional module with JMX MBeans. Are there some implementations/solution for creating bridges ? I wanna copy some jar/jars o my class path and see general monitoring information. Thank a lot.

It is also possible to use the beta release of Zabbix 2.0 (Beta release is 1.9) which will allow you to use the Java Gateway as a bridge. This does require running another service, however it does allow you to have remote java processes monitored behind various firewalls that you don't want direct JMX exposure to.

The documentation for the JMX monitoring is here

Yes, there is one named Zapcat. I used it. It is simple to install and works fine.

http://www.kjkoster.org/zapcat/Zapcat_JMX_Zabbix_Bridge.html

http://sourceforge.net/projects/zapcat/

Take care, JMX monitoring makes Zabbix server crashes in 2.0.1!!!
https://support.zabbix.com/browse/ZBX-5206

可以在这里使用Jolokiahawtio

You might want to look at the JMX Proxy servlet or write your own if the default one doesn't do what you want.

Zabbix should be able to retrieve the data via HTTP.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM