Ad Widget

Collapse

JMX monitoring - All items unsupported

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • avalon
    Junior Member
    • Dec 2012
    • 1

    #1

    JMX monitoring - All items unsupported

    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:

    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
    If I create an item in Zabbix it becomes unsupported. Even when I test with zabbix_get from monitor server:

    Code:
    zabbix_get -s dev-01 -p 10050 -k jmx[\"java.lang:type=OperatingSystem\",\"Arch\"]
    ZBX_NOTSUPPORTED
    Log on client dev-01 says:

    Code:
    31117:20121204:111946.085 Requested [jmx["java.lang:type=OperatingSystem","Arch"]]
    31117:20121204:111946.085 Sending back [ZBX_NOTSUPPORTED]
    Why does this happen?

    (I have seen ZBX-4663, but there are no dots in the attribute name.)
  • sunnysthakur
    Junior Member
    • Jan 2013
    • 3

    #2
    Plz follow the below link

    https://www.zabbix.com/documentation...ook/specific?s[]=jmx

    Comment

    Working...