I have the following configuration: The Zabbix server runs version 2.0.3 and the Java Gateway is installed. The monitored host also runs version 2.0.3. Tomcat on this host has been configured to support jmx monitoring. Check from monitor server is positive:
If I create an item in Zabbix it becomes unsupported. Even when I test with zabbix_get from monitor server:
Log on client dev-01 says:
Why does this happen?
(I have seen ZBX-4663, but there are no dots in the attribute name.)
Code:
java -jar /tmp/cmdline-jmxclient-0.10.3.jar monitor:password dev-01:9053 java.lang:type=OperatingSystem Arch 12/04/2012 11:14:51 +0100 org.archive.jmx.Client Arch: amd64
Code:
zabbix_get -s dev-01 -p 10050 -k jmx[\"java.lang:type=OperatingSystem\",\"Arch\"] ZBX_NOTSUPPORTED
Code:
31117:20121204:111946.085 Requested [jmx["java.lang:type=OperatingSystem","Arch"]] 31117:20121204:111946.085 Sending back [ZBX_NOTSUPPORTED]
(I have seen ZBX-4663, but there are no dots in the attribute name.)
Comment