Documentation ¶
Overview ¶
Package snmpscan is a light component that can be used to perform a scan or a walk of a particular device
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface { // Triggers a device scan RunDeviceScan(snmpConection *gosnmp.GoSNMP, deviceNamespace string, deviceID string) error RunSnmpWalk(snmpConection *gosnmp.GoSNMP, firstOid string) error SendPayload(payload metadata.NetworkDevicesMetadata) error }
Component is the component type.
Click to show internal directories.
Click to hide internal directories.