mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
Fix temperature component #5151
This commit is contained in:
parent
4454f5ef4e
commit
a9f04b4847
@ -84,7 +84,7 @@ sub check {
|
|||||||
|
|
||||||
foreach my $key ($self->{snmp}->oid_lex_sort(keys %$result)) {
|
foreach my $key ($self->{snmp}->oid_lex_sort(keys %$result)) {
|
||||||
/(\d+)\.(\d+)$/;
|
/(\d+)\.(\d+)$/;
|
||||||
my ($chassis_Index, $temperaute_Index) = ($1, $2);
|
my ($chassis_Index, $temperature_Index) = ($1, $2);
|
||||||
my $instance = $chassis_Index . '.' . $temperature_Index;
|
my $instance = $chassis_Index . '.' . $temperature_Index;
|
||||||
|
|
||||||
my $temperature_Status = $result->{$_};
|
my $temperature_Status = $result->{$_};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user