Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 349
Sergii Zagriichuk Avatar asked Dec 26 '11 15:12

Sergii Zagriichuk


1 Answers

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

like image 131
whmcr Avatar answered Oct 15 '22 08:10

whmcr