Does Zabbix have any pre-built pluggins built to poll data from JMX enabled application?
Ad Widget
Collapse
JMX application monitors
Collapse
X
-
Tags: None
-
It doesnt but you still can do this.Originally posted by hypercubeeDoes Zabbix have any pre-built pluggins built to poll data from JMX enabled application?
1. Use java application to read all JMX vars and dump them in a text file. Run that application as cron job or daemon.
2. Create custom monitor in zabbix_agentd.conf to grep that text file for needed parameter and extract its value using 'cut' or 'awk'. -
Greetings,
No, however, through the use of tools like WLS Shell, you can grab the data and insert it into Zabbix. To get a better idea how to do this, check out Aaron's Thread about the way we do at Qpass. Please note that we have only tested this under Weblogc so far, but I will be building out Jboss server soon and will test this at that time.Originally posted by hypercubeeDoes Zabbix have any pre-built pluggins built to poll data from JMX enabled application?Comment
-
Comment