Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node: export IPMI sensor data #271

Open
lorenz opened this issue Nov 9, 2023 · 0 comments
Open

node: export IPMI sensor data #271

lorenz opened this issue Nov 9, 2023 · 0 comments
Labels
c/node Issues related to low-level node services and startup enhancement New feature or request

Comments

@lorenz
Copy link
Contributor

lorenz commented Nov 9, 2023

We want to be able to get all IPMI sensor data as metrics.
There is ipmi_exporter from the prometheus-community org, but it shells out to freeipmi which does not work for us. There is https://pkg.go.dev/github.com/gebn/bmc which contains a pure-Go upper-layer protocol implementation for IPMI, but we need to convert the sensor readings to metrics as well as provide a lower-layer (SMBus) connection implementation.

@lorenz lorenz added enhancement New feature or request c/node Issues related to low-level node services and startup labels Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/node Issues related to low-level node services and startup enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant