resourcesmonitor

package
v2.22.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2025 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type AlertConfig

type AlertConfig struct {
	// What percentage of datapoints in a row are
	// required to put the monitor in an alert state.
	ConsecutiveNOKsPercent int

	// What percentage of datapoints in a window are
	// required to put the monitor in an alert state.
	MinimumNOKsPercent int
}

type Config

type Config struct {
	// How many datapoints should the agent send
	NumDatapoints int32

	// How long between each datapoint should
	// collection occur.
	CollectionInterval time.Duration

	Alert AlertConfig
}

type State

type State int
const (
	StateOK State = iota
	StateNOK
	StateUnknown
)

Jump to

Keyboard shortcuts

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