Class SnmpCollector

    • Constructor Detail

      • SnmpCollector

        public SnmpCollector()
    • Method Detail

      • collect

        public CollectionSet collect​(CollectionAgent agent,
                                     java.util.Map<java.lang.String,​java.lang.Object> parameters)
                              throws CollectionException
        Invokes a collection on the object. This call will be performed in both OpenNMS and Minion. Perform data collection. Perform data collection.
        Specified by:
        collect in interface ServiceCollector
        Specified by:
        collect in class AbstractSnmpCollector
        Parameters:
        agent - a org.opennms.netmgt.collectd.CollectionAgent object.
        parameters - a Map object.
        Returns:
        a org.opennms.netmgt.config.collector.CollectionSet object.
        Throws:
        CollectionException