fix(monitoring): patch idrac-redfish-exporter to restore PSU voltage metric
Upstream v2.4.1 accidentally dropped idrac_power_supply_input_voltage from the legacy RefreshPowerOld code path during a Huawei OEM support refactor. Built a patched image that restores the single missing line: mc.NewPowerSupplyInputVoltage(ch, psu.LineInputVoltage, id) Image: viktorbarzin/idrac-redfish-exporter:2.4.1-voltage-fix [ci skip] Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b05421dbb5
commit
01eb9dd121
1 changed files with 3 additions and 1 deletions
|
|
@ -62,7 +62,9 @@ resource "kubernetes_deployment" "idrac-redfish" {
|
|||
priority_class_name = "tier-1-cluster"
|
||||
container {
|
||||
# https://github.com/mrlhansen/idrac_exporter?tab=readme-ov-file
|
||||
image = "ghcr.io/mrlhansen/idrac_exporter:latest"
|
||||
# Patched v2.4.1 - restored missing idrac_power_supply_input_voltage metric
|
||||
# See: https://github.com/mrlhansen/idrac_exporter/issues/176
|
||||
image = "viktorbarzin/idrac-redfish-exporter:2.4.1-voltage-fix"
|
||||
name = "redfish-exporter"
|
||||
port {
|
||||
container_port = 9610
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue