mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-12-26 15:29:04 +01:00
Add IPMI metric: current
This commit is contained in:
parent
888db31dbf
commit
ed68baeada
@ -138,6 +138,11 @@ func (r *IPMIReceiver) doReadMetric() {
|
|||||||
|
|
||||||
// Voltage
|
// Voltage
|
||||||
name = strings.TrimPrefix(name, "volt_")
|
name = strings.TrimPrefix(name, "volt_")
|
||||||
|
} else if metric == "current" &&
|
||||||
|
unit == "Amps" {
|
||||||
|
|
||||||
|
// Current
|
||||||
|
unit = "Ampere"
|
||||||
} else if metric == "temperature" &&
|
} else if metric == "temperature" &&
|
||||||
unit == "degrees C" {
|
unit == "degrees C" {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user