Releases: prometheus-community/ipmi_exporter
Releases · prometheus-community/ipmi_exporter
1.10.1 / 2025-07-11
11 Jul 09:36
Compare
Sorry, something went wrong.
No results found
Fix panic in native BMC collector (#267 )
Fix native IPMI client not being properly closed (#268 )
Log sensor ID on error in native IPMI collector
Dependency/shared files updates and CI improvements
1.10.0 / 2025-02-12
12 Feb 19:59
Compare
Sorry, something went wrong.
No results found
Adopt slog, drop go-kit/log (#210 )
Add bmc url (#219 )
Use long option for quiet cache (#224 )
Support for Go-native IPMI (#237 )
Add version collector metric (#240 )
Various dependency updates and CI improvements
1.9.0 / 2024-10-17
17 Oct 19:50
Compare
Sorry, something went wrong.
No results found
Bring back aarch64 builds (#186 )
Ignore time parse error in SEL events (#198 )
Don't prepend to already absolute path from config (#199 )
Various dependency updates
1.8.0 / 2024-01-23
23 Jan 15:47
Compare
Sorry, something went wrong.
No results found
Added BMC watchdog collector (#176 )
Added SEL event metrics collector (#179 )
Various dependency updates
1.7.0 / 2023-10-18
18 Oct 10:46
Compare
Sorry, something went wrong.
No results found
Update common files
Update build
Update golang to 1.21
Update dependecies
Switch to Alpine-based Docker image
Add missing error handling
Added chassis cooling fault and drive fault metrics
Now, ipmi_dcmi_power_consumption_watts metric is not present if Power
Measurement feature is not present. Before this change - the value was zero
1.6.1 / 2022-06-17
17 Jun 10:02
Compare
Sorry, something went wrong.
No results found
Another "I screwed up the release" release
See the CHANGELOG for more details.
1.5.1 / 2022-02-21
21 Feb 21:48
Compare
Sorry, something went wrong.
No results found
Bugfix release for the release process itself :)
v1.5.0
21 Feb 21:20
Compare
Sorry, something went wrong.
No results found
Big changes are the move to prometheus-community, along with new build
system and (hopefully) the docker namespace.
User facing changes include some fan sensors that measure in "percent of
maximum rotation speed" instead of the usual RPM now showing up as fans
explicitly (previously they were generic sensors).
Thanks a lot to all the contributors and sorry for the long wait!
v.1.4.0
01 Jun 21:35
Compare
Sorry, something went wrong.
No results found
Includes a lot of refactoring under the hood
Add ability to customize the commands executed by the collectors - see the sample config for some examples.
v1.3.2
22 Feb 15:43
Compare
Sorry, something went wrong.
No results found
Fixes in the bmc collector for systems which do not support retrieving the system firmware revision (see #57 )
Fix for sensors returning multiple events formatted as a string with questionable quoting (see #62 )
Use latest go builder container for the Docker image