mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
Fix perfdata name in proliant
This commit is contained in:
parent
c31bc31295
commit
96d41a9bf3
@ -133,7 +133,7 @@ sub check {
|
||||
$self->{output}->perfdata_add(label => "psu_power_" . $instance, unit => 'W',
|
||||
value => $result->{cpqHeFltTolPowerSupplyCapacityUsed},
|
||||
critical => $result->{cpqHeFltTolPowerSupplyCapacityMaximum});
|
||||
$self->{output}->perfdata_add(label => "psu__voltage" . $instance, unit => 'V',
|
||||
$self->{output}->perfdata_add(label => "psu_voltage" . $instance, unit => 'V',
|
||||
value => $result->{cpqHeFltTolPowerSupplyMainVoltage});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user