Documentation
¶
Overview ¶
Package ciscoosreceiver provides a receiver for collecting metrics from Cisco network devices via SSH.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type Config ¶
type Config struct {
scraperhelper.ControllerConfig `mapstructure:",squash"`
// Devices is the list of Cisco devices to monitor.
Devices []DeviceConfig `mapstructure:"devices"`
Scrapers map[component.Type]component.Config `mapstructure:"-"`
}
Config defines configuration for Cisco OS receiver.
type DeviceConfig ¶
type DeviceConfig struct {
Name string `mapstructure:"name"`
Host string `mapstructure:"host"`
Port int `mapstructure:"port"`
Auth connection.AuthConfig `mapstructure:"auth"`
// contains filtered or unexported fields
}
DeviceConfig represents configuration for a single Cisco device in the devices list.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
metadata
Package metadata contains the autogenerated telemetry and build information for the receiver/cisco_os component.
|
Package metadata contains the autogenerated telemetry and build information for the receiver/cisco_os component. |
|
scraper/interfacesscraper/internal/metadata
Package metadata contains the autogenerated telemetry and build information for the scraper/interfaces component.
|
Package metadata contains the autogenerated telemetry and build information for the scraper/interfaces component. |
|
scraper/systemscraper/internal/metadata
Package metadata contains the autogenerated telemetry and build information for the scraper/system component.
|
Package metadata contains the autogenerated telemetry and build information for the scraper/system component. |
Click to show internal directories.
Click to hide internal directories.