Fix temperature component #5151

This commit is contained in:
Kevin Duret 2014-01-31 16:59:55 +01:00
parent cce3a97146
commit 4b14f03480
1 changed files with 1 additions and 1 deletions

View File

@ -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->{$_};