Hi
In our application we use Atomikos for our distributed transactions and we have exposed some counters via the JMX interface which I want to access from Zabbix.
I've added the following item (I used one of the other JMX items as an example) but in the server log it says "not supported by Zabbix Agent":
I have several other counters I want to monitor including some from Hibernate so could someone please tell me how I get the Zabbix Agent to pass me back my Atomikos JMX counters please?
Regards
Bryn
In our application we use Atomikos for our distributed transactions and we have exposed some counters via the JMX interface which I want to access from Zabbix.
I've added the following item (I used one of the other JMX items as an example) but in the server log it says "not supported by Zabbix Agent":
Code:
jmx["atomikos:type=ice-datasource",MaxPoolSize]
Regards
Bryn
Comment