Skip to:
The resource graph dropdown creates bad links that are missing an '=' in the last parameter. For example, it creates this URL:
/opennms/graph/chooseresource.htm?reports=all&parentResourceType=node&parentResource49
when it should be:
/opennms/graph/chooseresource.htm?reports=all&parentResourceType=node&parentResource=49
Fixed both issues on revision de9377985b43c31393c21bc1b94e3a48349f49a9 for 1.10.
Same with accessing physical interfaces from a node page. Sample generated URL:
/opennms/element/snmpinterface.jsp?node437&ifindex1
should instead be
/opennms/element/snmpinterface.jsp?node=437&ifindex=1
The resource graph dropdown creates bad links that are missing an '=' in the last parameter. For example, it creates this URL:
/opennms/graph/chooseresource.htm?reports=all&parentResourceType=node&parentResource49
when it should be:
/opennms/graph/chooseresource.htm?reports=all&parentResourceType=node&parentResource=49