package
Version:
v0.0.0-...-1c83e13
Opens a new window with list of versions in this module.
Published: Jan 10, 2025
License: GPL-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type HPiLO struct {
Url string `toml:"url"`
User string `toml:"user"`
Password string `toml:"password"`
Insecure bool `toml:"insecure"`
Server string `toml:"server"`
Metrics []*Metric `toml:"metrics"`
}
type Metric struct {
Level int `toml:"level"`
Id string `toml:"id"`
Text string `toml:"text"`
}
type Metrics struct {
Metrics []*Metric
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.