prometheus-community / ipmi_exporter

Remote IPMI exporter for Prometheus
MIT License
472 stars 133 forks source link

Recent Docker image changes create unusable image #100

Closed aashley closed 2 years ago

aashley commented 2 years ago

The recent updates to the Dockerfile produce an unusable image as the FreeIPMI tools are not included in the resulting image so the exporter can't retrieve any data.

This was caused by e649afb00813397ff9130b749b7c4e2395a7b07a

bitfehler commented 2 years ago

That is indeed a problem :sweat_smile: @SuperQ do you know either the best way to add software to the standard prometheus images or if there are other exporters that have a similar need? I looked at https://github.com/prometheus/busybox/blob/master/glibc/Dockerfile and looks like you copy over stuff from Debian there, but that seems pretty cumbersome for something more involved like FreeIPMI?

bitfehler commented 2 years ago

Hey there! I just released version 1.5.2, which should fix this. Currently there is only amd64 images, I hope that's what you were trying to use? If you can, please let me know if the new images work for you now!

aashley commented 2 years ago

Most of my cluster is arm64 but I have an amd64 node for things that don't make arm64 images available.

This has worked and is up and retrieving data again.

bitfehler commented 2 years ago

Thanks! I'll try to bring back the ARM images ASAP!