Issues
- Service detail page displays wrong collectd packageNMS-16167Resolved issue: NMS-16167Christian Pape
- Provide a way to clear UC/UN for SNMP Interface collection in the web UINMS-16066Resolved issue: NMS-16066
- Add link to configure SNMP Community strings from node admin pageNMS-15772Christian Pape
- Add collection package information to web UINMS-15429Resolved issue: NMS-15429Dino Yancey
- Node page "Edit in requisition" button doesn't honor "use_requisitions_node_vertical_layout"NMS-14719
- Node Detail page in the new UI doesn't allow scrolling if contents extend beyond the bottom of the browserNMS-14132
- missing availability section in the node pageNMS-13465Resolved issue: NMS-13465
- Searching node link informationsNMS-13129Resolved issue: NMS-13129Christian Pape
- Display IPv6 Addresses according to RFC 8369NMS-12395
- Short outages are not visible in Availability-BarNMS-12262Resolved issue: NMS-12262Christian Pape
- Asset Information and Hardware Inventory not showingNMS-12178
- edit asset info -> datetime picker shows giant controlNMS-12131Resolved issue: NMS-12131
- Timeline missing for service names including slashesNMS-12097Resolved issue: NMS-12097Christian Pape
- Node detail page renders with no content when invalid node ID specifiedNMS-10679Resolved issue: NMS-10679Markus von Rüden
- re-ip nodes is proving to be much more difficult than necessaryNMS-10531
- Error Viewing "Node Link Detailed Info": NullPointerExceptionNMS-10510
- Node page very slow to load for nodes with more than 1000 eventsNMS-10506Resolved issue: NMS-10506Jesse White
17 of 17
Service detail page displays wrong collectd package
Fixed
Description
Acceptance / Success Criteria
None
related to
Details
Assignee
Christian PapeChristian PapeReporter
Mark MahacekMark MahacekHB Grooming Date
Nov 01, 2023HB Backlog Status
Refined BacklogComponents
Sprint
NoneFix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Christian Pape
Christian PapeReporter
Mark Mahacek
Mark MahacekHB Grooming Date
Nov 01, 2023
HB Backlog Status
Refined Backlog
Components
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created October 4, 2023 at 9:03 PM
Updated December 12, 2023 at 5:33 PM
Resolved December 7, 2023 at 7:12 AM
Activity
Show:
Christian PapeDecember 7, 2023 at 7:12 AM
Merged.
Christian PapeDecember 4, 2023 at 12:56 PM
Please review:
PR:
The
opennms-webapp/src/main/webapp/WEB-INF/jsp/element/service.jsp
page was recently updated to show collection package info as part of NMS-15429. The logic for collection packages is set to include all packages, not just the effective package for the collection service for displaying within theCollection
table.Also, the
Collectd Service Parameters
table shows the parameters for the first instance of a service with the matching name, as opposed to the specific matching service.