mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 21:55:16 +02:00
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…
x
Reference in New Issue
Block a user