Discover Packages
github.com/MauveSoftware/ilo_exporter
pkg
chassis
thermal
package
Version:
v0.0.0-...-3283bf7
Opens a new window with list of versions in this module.
Published: Apr 19, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Fan struct {
NameCurrent string `json:"Name"`
NameLegacy string `json:"FanName"`
ReadingCurrent float64 `json:"Reading"`
ReadingLegacy float64 `json:"CurrentReading"`
Status common .Status `json:"Status"`
}
type Temperature struct {
Name string `json:"Name"`
ReadingCelsius float64 `json:"ReadingCelsius"`
UpperThresholdCritical float64 `json:"UpperThresholdCritical"`
UpperThresholdFatal float64 `json:"UpperThresholdFatal"`
Status common .Status `json:"Status"`
}
type Thermal struct {
Temperatures []Temperature `json:"Temperatures"`
Fans []Fan `json:"Fans"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.