Documentation ¶
Overview ¶
Package server implements a component that runs the traps server. It listens for SNMP trap messages on a configured port, parses and reformats them, and sends the resulting data to the backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface { // Running indicates whether the server is currently running. Running() bool // Error records any error that happened while starting the server. // If it is not nil, Running() should be false. Error() error }
Component is the SNMP traps server. It listens for SNMP traps messages and sends traps data to the DD backend.
Directories ¶
Path | Synopsis |
---|---|
Package serverimpl implements the traps server.
|
Package serverimpl implements the traps server. |
Click to show internal directories.
Click to hide internal directories.