Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-2914

unable to get values from recent WebLogic, e.g. 12c, because of fixed url

XMLWordPrintable

    • Icon: New Feature Request New Feature Request
    • Resolution: Duplicate
    • Icon: Trivial Trivial
    • None
    • 2.0.15, 2.2.10, 2.5.0
    • Java gateway (J)
    • None

      Zabbix can not get values from recent WebLogic, e.g. 12c. Because
      accessing url is fixed to following,
      "service:jmx:rmi:///jndi/rmi://" + conn + ":" + port + "/jmxrmi".

      But WebLogic does not accept it and requires following,
      service:jmx:iiop:///jndi/iiop://" + conn + ":" + port + "/weblogic.management.mbeanservers.runtime"

      So, I made a patch for generalizing accessing url with adding 2 args for jmx[] key. Ideally, the protocol and the jndi name are stored in DB with accessing interface, but I do not decide and add to key.

            Unassigned Unassigned
            daiki.matsuda@miraclelinux.com MATSUDA Daiki
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: