Fixed
Details
Assignee
Jesse WhiteJesse WhiteReporter
Tarus BalogTarus BalogComponents
Sprint
NoneAffects versions
Priority
Major
Details
Details
Assignee
Jesse White
Jesse WhiteReporter
Tarus Balog
Tarus BalogComponents
Sprint
None
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created December 15, 2011 at 4:12 PM
Updated July 25, 2017 at 10:14 PM
Resolved June 28, 2017 at 3:26 PM
When a node is deleted, collectd does not seem to unschedule that node from collection. This is a problem for a number of reasons, but mainly because datacollectionfailed events will still be generated even though the node, from the perspective of OpenNMS, does not exist.
Test case:
CentOS 6, OpenNMS 1.8.16, clean install
Add a node with SNMP
Verify that SNMP data collection is occurring.
Delete the node through the webUI.
A collection attempt will be made five minutes after the previous one and after the node has been deleted.
Delete the node from the database via psql.
A collection attempt will be made five minutes after the previous one and after the node has been deleted.