Ad Widget

Collapse

Where to set JMX authentication credentials on Zabbix WEB UI

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • scott3721
    Junior Member
    • Dec 2016
    • 4

    #1

    Where to set JMX authentication credentials on Zabbix WEB UI

    Dear friends,
    I'm using Zabbix 2.0 to monitor my JVM. I'm refering the document at https://www.zabbix.com/documentation...jmx_monitoring .

    Monitoring JVM Without JMX authentication is done , but I don't know how to configure that with JMX authentication , quote from document
    "If you have configured authentication on your Java application, then you also specify username and password."

    Where to input the username and password on "JVM interfaces" tab , as I can see "IP address","DNS name","Connect to" and "Port" option.

    Anyone have the same question?

    Thank you and Regards
    Attached Files
  • HarryKalahan
    Member
    • Jan 2014
    • 40

    #2
    Hi Scoott!

    Credentials for authentication, I think should be filled in the JMX item form and not in the new host form as you show.

    I hope this helps. Best regards.
    Attached Files

    Comment

    • Lurnux
      Junior Member
      • May 2014
      • 22

      #3
      Originally posted by scott3721
      Dear friends,
      I'm using Zabbix 2.0 to monitor my JVM. I'm refering the document at https://www.zabbix.com/documentation...jmx_monitoring .

      Monitoring JVM Without JMX authentication is done , but I don't know how to configure that with JMX authentication , quote from document
      "If you have configured authentication on your Java application, then you also specify username and password."

      Where to input the username and password on "JVM interfaces" tab , as I can see "IP address","DNS name","Connect to" and "Port" option.

      Anyone have the same question?

      Thank you and Regards
      I use macros for the authentication.
      In host settings, i've added macros:
      {$JMX_USER}
      {$JMX_PASS}
      with values username and password that is used in the serve jmx configuration.

      Also i've edited the default template so that every item inceludes username and password:
      User name = {$JMX_USER}
      Password = {$JMX_PASS}

      Hope this helps.

      Comment

      • scott3721
        Junior Member
        • Dec 2016
        • 4

        #4
        Originally posted by HarryKalahan
        Hi Scoott!

        Credentials for authentication, I think should be filled in the JMX item form and not in the new host form as you show.

        I hope this helps. Best regards.
        Dear HarryKalahan,
        Thank you so so much ! finally here the username&password is ....it solved the problem .

        Best Regards

        Comment

        • scott3721
          Junior Member
          • Dec 2016
          • 4

          #5
          Originally posted by Lurnux
          I use macros for the authentication.
          In host settings, i've added macros:
          {$JMX_USER}
          {$JMX_PASS}
          with values username and password that is used in the serve jmx configuration.

          Also i've edited the default template so that every item inceludes username and password:
          User name = {$JMX_USER}
          Password = {$JMX_PASS}

          Hope this helps.
          Dear Lurnux,
          That is great, I have written down this method and tried it .Thank you so much!

          Best Regards

          Comment

          Working...