Update the SnmpCollector to use the CollectionSetBuilder
Description
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Fixed
Details
Assignee
Patrick SchweizerPatrick SchweizerReporter
Jesse WhiteJesse WhiteComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee

Reporter

Components
Sprint
None
Fix versions
Priority
PagerDuty
PagerDuty Incident
PagerDuty
PagerDuty Incident
PagerDuty

PagerDuty Incident
Created December 11, 2018 at 7:20 PM
Updated June 3, 2019 at 7:23 AM
Resolved January 23, 2019 at 9:52 PM
In an effort to revise the way collection sets and collection resources work in OpenNMS, we would first like to standardize how the CollectionSet are built.
While adding support for Minion, we updated all of the ServiceCollector implementations to use the
org.opennms.netmgt.collection.support.builder.CollectionSetBuilder
, but the SnmpCollector was left untouched.Within the scope of this issue we should update the SnmpCollector to use the CollectionSetBuilder instead of having it implement it's own version of the
CollectionSet
and related interfaces.