config

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AllScrape       = "all"
	HostScrape      = "hosts"
	InterfaceScrape = "interfaces"
	L7Protocols     = "l7protocols"
)

Variables

View Source
var (
	AvailableScrapeTargets = map[string]bool{
		AllScrape:       true,
		HostScrape:      true,
		InterfaceScrape: true,
		L7Protocols:     true}
)

Functions

This section is empty.

Types

type Config

type Config struct {
	Ntopng ntopng
	Host   host
	Metric metric
}

func ParseConfig

func ParseConfig() (Config, error)

func (Config) String

func (c Config) String() string

Jump to

Keyboard shortcuts

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