mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-16 09:55:56 +02:00
Add docs for ipmistat collector
This commit is contained in:
parent
97ed57bb16
commit
a6a681348a
@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
## `ipmistat` collector
|
||||||
|
|
||||||
|
```json
|
||||||
|
"ipmistat": {
|
||||||
|
"ipmitool_path": "/path/to/ipmitool",
|
||||||
|
"ipmisensors_path": "/path/to/ipmi-sensors",
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
The `ipmistat` collector reads data from `ipmitool` (`ipmitool sensor`) or `ipmi-sensors` (`ipmi-sensors --sdr-cache-recreate --comma-separated-output`).
|
||||||
|
|
||||||
|
The metrics depend on the output of the underlying tools but contain temperature, power and energy metrics.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user