Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Targets []string `yaml:"targets"`
Features struct {
Environment bool `yaml:"environment,omitempty"`
BGP bool `yaml:"bgp,omitempty"`
OSPF bool `yaml:"ospf,omitempty"`
ISIS bool `yaml:"isis,omitempty"`
L2Circuit bool `yaml:"l2circuit,omitempty"`
Routes bool `yaml:"routes,omitempty"`
RoutingEngine bool `yaml:"routing_engine,omitempty"`
Interfaces bool `yaml:"interfaces,omitempty"`
InterfaceDiagnostic bool `yaml:"interface_diagnostic,omitempty"`
} `yaml:"features,omitempty"`
}
Config represents the configuration for the exporter
Click to show internal directories.
Click to hide internal directories.