Skip to content

Releases: mrlhansen/idrac_exporter

2.2.0 / 2025-08-18

18 Aug 12:37
Compare
Choose a tag to compare

This minor version release adds support for dynamically reloading the configuration file when it changes. Not everything in the configuration file can be changed during runtime, but everything under the sections hosts, metrics, and events can be changed during configuration reload. Changes to all other configuration variables are currently ignored.

  • #145 Add dynamic config reload with fsnotify watcher.
  • #144 Fix for CPU metrics on older iDRACs.
  • #143 Fix for obtaining the event log on older iDRACs.

Full Changelog: v2.1.0...v2.2.0

helm-idrac-exporter-2.2.0

18 Aug 12:29
Compare
Choose a tag to compare

Chart for iDRAC Exporter

2.1.0 / 2025-07-15

15 Jul 08:24
Compare
Choose a tag to compare

This minor version release contains breaking changes for the network metrics. Until now the network metrics have generally not been well supported across vendors, and they were completely absent on many HPE machines. Networking metrics are now being fetched from another endpoint in the Redfish API that contains more information and seemingly has much better support across vendors.

  • Some network metrics have been renamed and new ones have been added. See the README for the full list of network metrics.

  • The Grafana dashboard status-alternative.json has been updated and expanded. An example of the dashboard can be found here.

Full Changelog: v2.0.1...v2.1.0

helm-idrac-exporter-2.1.0

15 Jul 08:22
Compare
Choose a tag to compare

Chart for iDRAC Exporter

2.0.1 / 2025-07-06

08 Jul 07:48
Compare
Choose a tag to compare
  • #137 Support sessions on iDRAC 8 by @node13h
  • Added support for event logs on Supermicro

Full Changelog: v2.0.0...v2.0.1

helm-idrac-exporter-2.0.1

06 Jul 14:04
Compare
Choose a tag to compare

Chart for iDRAC Exporter

2.0.0 / 2025-06-01

01 Jun 07:52
Compare
Choose a tag to compare

This major version release contains several breaking changes, make sure to read the release notes carefully.

  • Storage (#122 and #126): The storage metrics have been restructured and expanded quite significantly. There are now 15 different metrics related to storage, drives, controllers, and virtual volumes. The previous metrics for physical drives have been renamed from idrac_drive_xxx to idrac_storage_drive_xxx. The full list of storage metrics can be found in the README file.

  • Processors (#126): There is a new group called processors for collecting metrics about the CPUs in the system. The full list of CPU metrics can be found in the README file.

  • Service Discovery (#128): There is a new /discover endpoint to support Prometheus Service Discovery. This endpoint will report all targets listed in the configuration file. See the README file for a configuration example.

  • Scheme (#129): It is now possible to specify the scheme (http or https) for each host in the configuration file. This can be useful for testing purposes. See the sample-config.yml file for details.

  • Added a new metrics group all in the configuration file, which automatically enables all the metrics groups.

  • The metrics group oem has been renamed to extra in the configuration file. Moreover, the exporter will now check if the associated Redfish endpoint actually exists (see #125).

Full Changelog: v1.6.2...v2.0.0

helm-idrac-exporter-2.0.0

01 Jun 07:49
Compare
Choose a tag to compare

Chart for iDRAC Exporter

1.6.2 / 2025-03-27

27 Mar 06:16
Compare
Choose a tag to compare
  • #121 Improved support for Fujitsu machines
  • #120 Added hostname to idrac_system_machine_info
  • #119 Fixed panic when parsing configuration file

Full Changelog: v1.6.1...v1.6.2

helm-idrac-exporter-1.0.1

27 Mar 06:13
Compare
Choose a tag to compare

Chart for iDRAC Exporter