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