Hi friends, I have a doubt with Zabbix and JMX monitoring because I need to monitoring a java application.
I followed the instructions of this link: https://www.zabbix.com/documentation...jmx_monitoring
I have Zabbix Server with Zabbix Java Gateway in a VPS and the java application in other server (VPS).
To test, I created an iteam with the key: jmx["java.lang:type=Memory","HeapMemoryUsage.used"] but I don't see anything in the item's graph.
When I try to test this item on client and I receive this response:
What am I doing wrong?
I followed the instructions of this link: https://www.zabbix.com/documentation...jmx_monitoring
I have Zabbix Server with Zabbix Java Gateway in a VPS and the java application in other server (VPS).
To test, I created an iteam with the key: jmx["java.lang:type=Memory","HeapMemoryUsage.used"] but I don't see anything in the item's graph.
When I try to test this item on client and I receive this response:
ubuntu@wrapper-lab:/usr/bin$ zabbix_agent -t jmx["java.lang:type=Memory","HeapMemoryUsage.used"]
jmx[java.lang:type=Memory,HeapMemoryUsage.used] [m|ZBX_NOTSUPPORTED]
jmx[java.lang:type=Memory,HeapMemoryUsage.used] [m|ZBX_NOTSUPPORTED]
Comment