Zabbix version 1.9.3
The Zabbix server is running on host 192.168.6.2,the JMX configure in zabbix_server.conf is :
The Java Proxy is running on host 192.168.6.3,the configure is :
The JMX application is running on 192.168.6.3,the jmxremote port is 9999.It works correctly with Jconsole.
The GUI configure is :
In Monitoring-Overview panel zabbix can't get the result. how should I do ?
The Zabbix server is running on host 192.168.6.2,the JMX configure in zabbix_server.conf is :
Code:
JavaProxy=192.168.6.3
JavaProxyPort=10051
Code:
LISTEN_IP="192.168.6.3"
LISTEN_PORT=10051
PID_FILE="/tmp/zabbix_java.pid"
The GUI configure is :
Code:
Host interface:192.168.6.3:9999 Type:JMX agent Key:jmx["java.lang:type=Memory","HeapMemoryUsage.used"]
ort TheMbean theMethod. if no login required just put a hyphon before the hostname as below. Create your item as type log and just call the name in the agent.conf in your key. In my case pieJMX.reset. Of course this could all be setup in a script on the agent box to accept variables in order to have one item to call any mbean method you pass from the server.
Comment