Details
Assignee
UnassignedUnassignedReporter
Darren ParkerDarren ParkerHB Grooming Date
Jul 31, 2024HB Backlog Status
Refined BacklogOriginal estimate
Time tracking
No time logged1d remainingComponents
Fix versions
Affects versions
Priority
High
Details
Details
Assignee
Unassigned
UnassignedReporter
Darren Parker
Darren ParkerHB Grooming Date
Jul 31, 2024
HB Backlog Status
Refined Backlog
Original estimate
Time tracking
No time logged1d remaining
Components
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created July 15, 2024 at 7:40 PM
Updated November 14, 2024 at 2:50 PM
Our OpenNMS snmp collections of VIP metrics from F5 devices had worked fine in the past. After we switched to Meridian v2023.1.6, they stopped working. We did not notice this for a few months. Someone noticed 2 Grafana panels on a dashboard were broken.
Our data is stored in a Cassandra newts database.
@Sergio Garcia gave us a modified f5.xml file that solved the problem. Please work this mod into the code base.
This issue is possibly related to this ticket: https://opennms.atlassian.net/browse/NMS-14338
Sergio’s fix was to replace all 5 of these classes:
org.opennms.netmgt.dao.support.SiblingColumnStorageStrategy
with the previously used classes:
org.opennms.netmgt.collection.support.IndexStorageStrategy
Initially, I replaced the f5.xml file and used karaf to reload Collectd, but the collections did not start.
Later, our weekly cron job did a full stop/start of opennms, and the F5 VIP metric collections started working.