server

package
v0.0.0-...-30fa0a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL