package
Version:
v0.0.0-...-8ff3d17
Opens a new window with list of versions in this module.
Published: Oct 30, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Targets []string `yaml:"targets"`
Ping struct {
Interval duration `yaml:"interval"`
Timeout duration `yaml:"timeout"`
History int `yaml:"history-size"`
Size uint16 `yaml:"payload-size"`
} `yaml:"ping"`
}
Config represents configuration for the exporter
FromYAML reads YAML from reader and unmarshals it to Config
Source Files
¶
Click to show internal directories.
Click to hide internal directories.