Fix temperature component #5151
This commit is contained in:
parent
cce3a97146
commit
4b14f03480
|
@ -84,7 +84,7 @@ sub check {
|
|||
|
||||
foreach my $key ($self->{snmp}->oid_lex_sort(keys %$result)) {
|
||||
/(\d+)\.(\d+)$/;
|
||||
my ($chassis_Index, $temperaute_Index) = ($1, $2);
|
||||
my ($chassis_Index, $temperature_Index) = ($1, $2);
|
||||
my $instance = $chassis_Index . '.' . $temperature_Index;
|
||||
|
||||
my $temperature_Status = $result->{$_};
|
||||
|
|
Loading…
Reference in New Issue