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
- Host: GitHub
- URL: https://github.com/tedder/local_docker_ipmi_exporter
- Owner: tedder
- License: mit
- Created: 2021-05-12T16:54:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T17:03:30.000Z (about 5 years ago)
- Last Synced: 2025-03-04T09:27:49.150Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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