mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 12:37:25 +01:00
17 lines
417 B
Markdown
17 lines
417 B
Markdown
|
|
||
|
## `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.
|
||
|
|
||
|
|
||
|
|