public class SnmpPollInterfaceMonitor extends Object
This class is designed to be used by the service poller framework to test the availability of the SNMP service on remote interfaces. The class implements the ServiceMonitor interface that allows it to be used along with other plug-ins by the service poller framework.
Constructor and Description |
---|
SnmpPollInterfaceMonitor() |
Modifier and Type | Method and Description |
---|---|
List<PollableSnmpInterface.SnmpMinimalPollInterface> |
poll(SnmpAgentConfig agentConfig,
List<PollableSnmpInterface.SnmpMinimalPollInterface> mifaces)
poll
|
public List<PollableSnmpInterface.SnmpMinimalPollInterface> poll(SnmpAgentConfig agentConfig, List<PollableSnmpInterface.SnmpMinimalPollInterface> mifaces)
poll
agentConfig
- a SnmpAgentConfig
object.mifaces
- a List
object.List
object.Copyright © 2018. All rights reserved.