Skip to content

Commit

Permalink
+ Fix temperature sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
garnier-quentin committed Jun 27, 2016
1 parent 19bcbab commit 22be340
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions network/h3c/snmp/mode/components/sensor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ sub check {
next;
}

next if (!(defined($result2->{EntityExtTemperatureThreshold}) &&
$result2->{EntityExtTemperatureThreshold} > 0 && $result2->{EntityExtTemperatureThreshold} < 65535));

my $name = $self->get_long_name(instance => $instance);
$self->{components}->{sensor}->{total}++;

Expand Down

0 comments on commit 22be340

Please sign in to comment.