Skip to content

Releases: mrlhansen/idrac_exporter

1.5.0 / 2024-12-22

22 Dec 14:01
Compare
Choose a tag to compare
  • #112 For Lenovo machines, the event log can be at two different endpoints. The exporter will now detect which endpoint is available when first probing a new target.
  • #110 Added new label controller_id to storage metrics to make sure metrics are unique. At the same the interface label has been renamed to interface_id for network metrics to make the labels more consistent.
  • #108 The exporter now supports the use of an https proxy for accessing hosts. This can either be configured using the standard environment variables or directly in the configuration file.

Full Changelog: v1.4.4...v1.5.0

helm-idrac-exporter-0.7.0

22 Dec 13:53
Compare
Choose a tag to compare

Chart for iDRAC Exporter

1.4.4 / 2024-12-01

01 Dec 06:41
Compare
Choose a tag to compare

This release has no new functionality, it simply adds a new command line argument -debug that will enable dumping JSON responses from the Redfish API. This will make debugging of problems easier in the future.

Full Changelog: v1.4.3...v1.4.4

helm-idrac-exporter-0.6.0

01 Dec 06:38
Compare
Choose a tag to compare

Chart for iDRAC Exporter

1.4.3 / 2024-11-09

09 Nov 09:35
Compare
Choose a tag to compare
  • Added TLS support to the exporter, see the sample-config.yml for configuration.
  • Added alternative Grafana dashboard, see status-alternative.json
  • Fixed some debugging levels when scrape errors occur.
  • Added simple landing page, as per best practice.
  • #101 fix for dashboard panels and rename variables by @Racarii
  • #103 Update alerts by @7840vz

Full Changelog: v1.4.2...v1.4.3

helm-idrac-exporter-0.5.0

09 Nov 09:28
Compare
Choose a tag to compare

Chart for iDRAC Exporter

1.4.2 / 2024-08-26

26 Aug 11:10
Compare
Choose a tag to compare
  • #89 Build and push Docker images for arm64 by @Vinrobot
  • #92 Fixed issue for network metrics for iDRAC
  • Improved support for HPE Cray machines and iLO 6

Full Changelog: v1.4.1...v1.4.2

helm-idrac-exporter-0.4.0

26 Aug 11:02
Compare
Choose a tag to compare

Chart for iDRAC Exporter

1.4.1 / 2024-08-01

01 Aug 10:07
Compare
Choose a tag to compare
  • #87 Fixes an issue with the entrypoint.sh script.

Now that the exporter officially supports environment variables, there is no need for templating the configuration file in the container. For this reason, the entrypoint has been simplified and deployments depending on the old functionality should migrate to the new environment variables.

The Helm chart has also been modified, in particular the idracConfigIsTemplate option has been removed.

Full Changelog: v1.4.0...v1.4.1

helm-idrac-exporter-0.3.0

01 Aug 10:03
Compare
Choose a tag to compare

Chart for iDRAC Exporter