An open API service indexing awesome lists of open source software.

https://github.com/tedder/local_docker_ipmi_exporter

expose IPMI stats from /dev/ipmi0 to prometheus
https://github.com/tedder/local_docker_ipmi_exporter

Last synced: 11 months ago
JSON representation

expose IPMI stats from /dev/ipmi0 to prometheus

Awesome Lists containing this project

README

          

If you are doing remote-only exporter foo, use the [soundcloud ipmi\_exporter](https://github.com/soundcloud/ipmi_exporter). This is for using with a "device" mount to `/dev/ipmi0`.

The `node_` names were chosen to backfill stats that would otherwise come via the prometheus node\_exporter. Currently those are `node_ipmi_speed_rpm` and `node_hwmon_temp_celsius`.

Basic docker run:

docker run -p 9999:9999 -it --device=/dev/ipmi0 ipmi

TODO: docker-compose