Merge pull request from UrBnW/idracbat

fix(idrac) Typo preventing system batteries to work
This commit is contained in:
qgarnier 2020-07-09 17:52:11 +02:00 committed by GitHub
commit 55438ec5be
1 changed files with 1 additions and 1 deletions
centreon-plugins/hardware/server/dell/idrac/snmp/mode/components

View File

@ -37,7 +37,7 @@ sub load {
push @{$self->{request}}, {
oid => $oid_systemBatteryTableEntry,
start => $mapping->{systemBatteryStateSettings}->{oid},
start => $mapping->{systemBatteryLocationName}->{oid}
end => $mapping->{systemBatteryLocationName}->{oid}
};
}