Skip to content

Releases: prometheus-community/ipmi_exporter

1.8.0 / 2024-10-23

23 Jan 15:47
Compare
Choose a tag to compare
  • Added BMC watchdog collector (#176)
  • Added SEL event metrics collector (#179)
  • Various dependency updates

1.7.0 / 2023-10-18

18 Oct 10:46
v1.7.0
d4c9372
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Another "I screwed up the release" release

See the CHANGELOG for more details.

1.5.1 / 2022-02-21

21 Feb 21:48
Compare
Choose a tag to compare
  • Bugfix release for the release process itself :)

v1.5.0

21 Feb 21:20
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
dbe7c2b
Compare
Choose a tag to compare
  • 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

v1.3.1

22 Oct 16:25
Compare
Choose a tag to compare
  • Fix #57 - that's all 🙂

v1.3.0

26 Jul 16:03
Compare
Choose a tag to compare
  • New sm-lan-mode collector to get the "LAN mode" setting on Supermicro BMCs (not enabled by default)
  • Added "system firmware version" (i.e. the host's BIOS version) to the BMC info metric
  • Update all dependencies

v1.2.0

22 Apr 21:17
Compare
Choose a tag to compare
  • New sel collector to get number of SEL entries and free space
  • Update all dependencies