Ad Widget

Collapse

Accessing Non-Default JMX values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • brynjellis
    Junior Member
    • May 2012
    • 7

    #1

    Accessing Non-Default JMX values

    Hi

    In our application we use Atomikos for our distributed transactions and we have exposed some counters via the JMX interface which I want to access from Zabbix.

    I've added the following item (I used one of the other JMX items as an example) but in the server log it says "not supported by Zabbix Agent":

    Code:
    jmx["atomikos:type=ice-datasource",MaxPoolSize]
    I have several other counters I want to monitor including some from Hibernate so could someone please tell me how I get the Zabbix Agent to pass me back my Atomikos JMX counters please?

    Regards
    Bryn
  • eskytthe
    Senior Member
    Zabbix Certified Specialist
    • May 2011
    • 363

    #2
    Hi
    Are you sure you have the right names / path?
    What about item data type?
    Maybe Check agent and/or server logs (and maybe increase log level).

    (We still use zabcat (running zabbix 1.8) but can get values from home make attributes like this:
    jmx[FieldSearchLucene:name=LuceneFieldIndex][AverageSearchTimeMS])
    (I am not a jmx expert - just try to help)
    Br
    Erik

    Comment

    Working...