Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "0.1.4"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metric ¶
type NetAPP ¶
type NetAPP struct { Url string `toml:"url"` User string `toml:"user"` Password string `toml:"password"` SshKeyPath string `toml:"ssh_key"` Insecure bool `toml:"insecure"` Server string `toml:"server"` Servers []string `toml:"servers"` Metrics []*Metric `toml:"metrics"` Env *cfg.RunEnv // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.