Releases: mrlhansen/idrac_exporter
1.5.0 / 2024-12-22
- #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 theinterface
label has been renamed tointerface_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
Chart for iDRAC Exporter
1.4.4 / 2024-12-01
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
Chart for iDRAC Exporter
1.4.3 / 2024-11-09
- 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
Chart for iDRAC Exporter
1.4.2 / 2024-08-26
- #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
Chart for iDRAC Exporter
1.4.1 / 2024-08-01
- #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
Chart for iDRAC Exporter