Ad Widget

Collapse

zabbix-java-gateway 2.2.1 & JBoss monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mick
    Member
    • Jan 2014
    • 31

    #1

    zabbix-java-gateway 2.2.1 & JBoss monitoring

    Hello,

    I created items for JBoss that has monitored data sources:

    Name: JNDI name
    Type: JMX agent
    Key: jmx["jboss.as:type=datasources,name=readOnly","jndiNam e"]
    Host interface: <your_to_monitor_host>:9999
    User name: {$LOGIN}
    Password: {$PASSWORD}
    Type of information: Text
    New application: JBoss EAP 6 JNDI String

    However, there are some problems, in zabbix Item is identified as not supported. I checked the logs "zabbix_java_gateway.log" and Item not even started. Does anyone have some idea how to solve this problem?

    Regards
    Mick
  • Mick
    Member
    • Jan 2014
    • 31

    #2
    O.k I found solution, the key is bad., correct key is :

    Name: JNDI name
    Type: JMX agent
    Key: jmx["jboss.as:subsystem=datasources,data-source=socle-ds","jndiName"]
    Host interface: <your_to_monitor_host>:9999
    User name: {$LOGIN}
    Password: {$PASSWORD}
    Type of information: Text
    New application: JBoss EAP 6 JNDI String


    Thread to close.

    Comment

    Working...