[ZBXNEXT-1713] Zabbix Java / Host Interface / add habitilty to specify an url instead of host Created: 2013 Apr 19  Updated: 2013 Apr 19  Resolved: 2013 Apr 19

Status: Closed
Project: ZABBIX FEATURE REQUESTS
Component/s: Frontend (F), Java gateway (J)
Affects Version/s: 2.0.5
Fix Version/s: None

Type: Change Request Priority: Minor
Reporter: dakol Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: jmx, rmi, url, zabbix
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates ZBXNEXT-1274 Configurable JMX Endpoint Closed

 Description   

Zabbix Java Gateway connects to the following url:
url = new JMXServiceURL("service:jmx:rmi:///jndi/rmi://" + conn + ":" + port + "/jmxrmi");
But in certain case, it is not enough.

On OpenMQ, the url must be:
url = new JMXServiceURL("service:jmx:rmi://" + conn + ":" + port "/jndi/rmi://yourhost:1098/yourhost/7676/jmxrmi

service:jmx:rmi://host1/jndi/rmi://host1:port/host1:7676/jmxrmi

In Host Interface configuration, it would be more flexible to be able to specify the URL instead of only the host



 Comments   
Comment by Marc [ 2013 Apr 19 ]

see ZBXNEXT-1274

Comment by richlv [ 2013 Apr 19 ]

yeah, seems to duplicate ZBXNEXT-1274

Generated at Fri Apr 26 03:56:44 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.