snmp

package
v0.0.0-...-a0c03a0 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlertEntry

type AlertEntry struct {
	AlertSeverity string           `json:"alert_severity" yaml:"alert_severity"`
	ErrorEvents   map[string]Event `json:"error_events" yaml:"error_events"`
	ClearEvents   map[string]Event `json:"clear_events" yaml:"clear_events"`
}

type AlertsConfig

type AlertsConfig struct {
	Alerts        map[string]*AlertEntry `json:"alerts" yaml:"alerts"`
	DroppedEvents map[string]Event       `json:"dropped_events" yaml:"dropped_events"`
}

type Event

type Event struct {
	EventName string `json:"event_name" yaml:"event_name"`
}

Jump to

Keyboard shortcuts

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