Releases: mrlhansen/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
1.4.0 / 2024-07-23
Breaking Changes !!
The System Event Log metrics have been rewritten and support for iLO and XClarity has been added. The configuration file format has been adjusted to reflect the changes. The sel
metrics group has been renamed to events
and there is a new section called events
that can be used for filtering events. Please see the sample-config.yml for details. The metric has also been renamed to idrac_events_log_entry
to match the general naming scheme.
Full Changelog: v1.3.1...v1.4.0
helm-idrac-exporter-0.2.0
Chart for iDRAC Exporter
1.3.1 / 2024-06-20
- #80 Fix for panic when
default
section is not present underhosts
in configuration file. - #77 Add keep_firing_for to alerts by @7840vz
Full Changelog: v1.3.0...v1.3.1
helm-idrac-exporter-0.1.9
Chart for iDRAC Exporter