[ZBXNEXT-2914] unable to get values from recent WebLogic, e.g. 12c, because of fixed url Created: 2015 Aug 21  Updated: 2015 Aug 21  Resolved: 2015 Aug 21

Status: Closed
Project: ZABBIX FEATURE REQUESTS
Component/s: Java gateway (J)
Affects Version/s: 2.0.15, 2.2.10, 2.5.0
Fix Version/s: None

Type: New Feature Request Priority: Trivial
Reporter: MATSUDA Daiki Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: File zabbix-2.2.10-jmx-generalize-url.patch    
Issue Links:
Duplicate
duplicates ZBXNEXT-1274 Configurable JMX Endpoint Closed

 Description   

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.



 Comments   
Comment by richlv [ 2015 Aug 21 ]

closing as a duplicate of ZBXNEXT-1274

Generated at Sat Aug 02 10:52:05 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.