Hi!, maybe anybody can help me tune Jboss+Jolokia for work with Zabbix 3.4. I runned jboss with Jolokia, and can get information from jolokia, and added jolokia agent to java option for Jboss. But I don't know what I should to do next.
I can get information from jolokia:
jmx4perl
http://10.6.194.242:20180/jolokia read java.lang:type=Memory HeapMemoryUsage
{
committed => 1614405632,
init => 1073741824,
max => 3151495168,
used => 881080664
}