mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
fix(idrac) Typo preventing system batteries to work
This commit is contained in:
parent
6b65a35d2c
commit
0c23a44bd3
@ -37,7 +37,7 @@ sub load {
|
|||||||
push @{$self->{request}}, {
|
push @{$self->{request}}, {
|
||||||
oid => $oid_systemBatteryTableEntry,
|
oid => $oid_systemBatteryTableEntry,
|
||||||
start => $mapping->{systemBatteryStateSettings}->{oid},
|
start => $mapping->{systemBatteryStateSettings}->{oid},
|
||||||
start => $mapping->{systemBatteryLocationName}->{oid}
|
end => $mapping->{systemBatteryLocationName}->{oid}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user