Issues
- Requisition file names with a colon ( : ) break resource graphsNMS-16537Resolved issue: NMS-16537Christian Pape
- Fix formatting in snmp-graph.properties.d filesNMS-16269Resolved issue: NMS-16269Mark Mahacek
- String interpolation on graph definitions skips COMMENTsNMS-15902
- Resource graphs use browser timezone instead of system timezoneNMS-15458Resolved issue: NMS-15458
- Close gaps in Backshift functionality versus RRDTool graphsNMS-14794Jeff Gehlbach
- Graph page doesn't escape <> in resource labelsNMS-14657Resolved issue: NMS-14657Christian Pape
- Resource Graphs disfunctionNMS-14086Resolved issue: NMS-14086Alberto
- OpenNMS points to the wrong URL when trying to generate graphsNMS-14057Resolved issue: NMS-14057Alberto
- Sidebar navigation on the graph results page is not workingNMS-13259Resolved issue: NMS-13259Christian Pape
- Response time Graphs shows empty data for all nodes listed with ICMP 100%NMS-13144Resolved issue: NMS-13144Benjamin Reed
- The time range for the X-Axis of the graphs rendered by Backshift different than the resource page when using a different timezoneNMS-13102
- Actively collected metrics suddenly become unavailable through API and Web UI due to static TTL on Newts search indexNMS-13029Resolved issue: NMS-13029fooker
- RRD Graph does not appear when clicking on itNMS-12895
- Resource Graphs chevron flipping unexpectedlyNMS-12173
- Multi-datasource GraphsNMS-11876
- System Memory Stats GraphNMS-11785
- Trend ChartsNMS-10938Resolved issue: NMS-10938Ronny Trommer
- NRTG graphs give a 500 error when launchingNMS-10747Resolved issue: NMS-10747Jesse White
18 of 18
Requisition file names with a colon ( : ) break resource graphs
Fixed
Description
Environment
Running under Kubernetes cluster v1.30, with , pgo, ScyllaDB and newts
Acceptance / Success Criteria
None
Attachments
2
Created September 23, 2024 at 10:08 PM
Updated March 10, 2025 at 1:24 PM
Resolved March 5, 2025 at 2:39 PM
Activity
Show:
Christian PapeMarch 5, 2025 at 2:39 PM
Merged.
Christian PapeMarch 4, 2025 at 9:41 AM
Please review:
* PR:
Shahid MunirOctober 22, 2024 at 11:07 AM
As per instructions by , I am moving this back to Open, as the requisition name “imported:“ is set as the default name.
Shahid MunirOctober 18, 2024 at 6:54 PMEdited
Yeah as I mentioned we can add with Rest API, and BE is just checking for “/“ in name, I am going to change the code to restrict all characters which Web UI does.
2nd entry added by Rest API
Chandra GorantlaOctober 18, 2024 at 6:42 PM
I think this is known. Can’t add it through Web UI. Try with Rest API or through manual requisition through xml
Using a colon in a requisition name causes the resource graphs to break because OpenNMS is unable to find the node.
Whenever you try to graph something, on the GUI you get:
There are no resources for this node
Please check the data collection configuration for this node.
And on the web log :
2024-09-20 21:27:07,860 ERROR [qtp302615930-32915] o.o.w.r.v.OnmsRestService: No node found with criteria 'opennms:fra14:dcim.device.927'.
We changed this requisition name to one containing only dots and that fixed it.
If a colon breaks the graphs, OpenNMS shouldn’t allow names with a colon in it.