Ad Widget

Collapse

JMX Items doesn't appear in Latest DATA monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eyal.david
    Junior Member
    • Jul 2014
    • 3

    #1

    JMX Items doesn't appear in Latest DATA monitoring

    Hi Guys i enabled JMX Generic and Tomcat templates

    the server are JMX enabled of course and I can't see any data collection at all

    from JMX items of the machine

    any suggestions ?

    Thanks
  • jvalenzani
    Member
    Zabbix Certified Specialist
    • Sep 2010
    • 53

    #2
    Is the JavaGateway running? Default configuration do not start any Java Poller. You need to set JavaPollers at least to 1.
    Read documentation on java gateway for further info.

    Comment

    • eyal.david
      Junior Member
      • Jul 2014
      • 3

      #3
      Thanks for your respond

      Hi

      I added in the server conf file these three items

      JavaGateway=zabbix ip
      JavaGatewayPort=10052
      StartJavaPollers=5

      still no good any idea ?

      Comment

      • coreychristian
        Senior Member
        Zabbix Certified Specialist
        • Jun 2012
        • 159

        #4
        You may still need to install the java gateway.

        If you click 'Show items without data' do the items show up?

        Essentially you need to do the following things in no specific order to get JMX to work.

        1. Install the Zabbix Java Gateway
        2. Configure the zabbix server to communicate with the java gateway
        3. Enabling remote JMX monitoring for Java application (on the client machine)
        4. Configure the host in zabbix with a JMX Interface (and potentially authentication)
        5. Add JMX Items to the host in zabbix

        Comment

        • eyal.david
          Junior Member
          • Jul 2014
          • 3

          #5
          Zabbix Java Gateway installation

          from where should i take the

          Installation the Zabbix Java Gateway
          can't find the sources on my zabbix server

          Thanks

          Comment

          • coreychristian
            Senior Member
            Zabbix Certified Specialist
            • Jun 2012
            • 159

            #6
            You should be able to find the source code at the following link, or the link to old versions.

            http://www.zabbix.com/download.php

            I would highly recommend reading the documentation around the java setup though.

            Comment

            Working...