January 2019
Intermediate to advanced
798 pages
20h 33m
English
Creating items on the server and then waiting for them to be updated through the gateway can be quite cumbersome if we don't know the exact parameters beforehand. We could query the gateway manually using netcat and similar tools, but that's not that easy either. There was an easier method with zabbix_get, but since 3.0.7, zabbix_get can no longer be used to query data from the Zabbix Java gateway.
Another good solution is to use tools such as JConsole. This tool comes with the standard JDK.
Let's connect to the JMX interface by just running jconsole and in the Remote Process field, add the IP and ...
Read now
Unlock full access