Skip to content

Releases: prometheus-community/ipmi_exporter

1.10.1 / 2025-07-11

Choose a tag to compare

@prombot prombot released this 11 Jul 09:36
  • 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

Choose a tag to compare

@prombot prombot released this 12 Feb 19:59
  • 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

Choose a tag to compare

@prombot prombot released this 17 Oct 19:50
  • 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

Choose a tag to compare

@prombot prombot released this 23 Jan 15:47
  • Added BMC watchdog collector (#176)
  • Added SEL event metrics collector (#179)
  • Various dependency updates

1.7.0 / 2023-10-18

Choose a tag to compare

@prombot prombot released this 18 Oct 10:46
v1.7.0
d4c9372
  • 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

Choose a tag to compare

@prombot prombot released this 17 Jun 10:02
  • Another "I screwed up the release" release

See the CHANGELOG for more details.

1.5.1 / 2022-02-21

Choose a tag to compare

@prombot prombot released this 21 Feb 21:48
  • Bugfix release for the release process itself :)

v1.5.0

Choose a tag to compare

@bitfehler bitfehler released this 21 Feb 21:20

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

Choose a tag to compare

@bitfehler bitfehler released this 01 Jun 21:35
  • 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

Choose a tag to compare

@bitfehler bitfehler released this 22 Feb 15:43
dbe7c2b
  • 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