mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
limit imm snmpwalk
This commit is contained in:
parent
727d00778f
commit
e656bb276b
@ -33,7 +33,7 @@ my $oid_fanEntry = '.1.3.6.1.4.1.2.3.51.3.1.3.2.1';
|
||||
sub load {
|
||||
my ($self) = @_;
|
||||
|
||||
push @{$self->{request}}, { oid => $oid_fanEntry };
|
||||
push @{$self->{request}}, { oid => $oid_fanEntry, start => $mapping->{fanDescr}->{oid}, end => $mapping->{fanSpeed}->{oid} };
|
||||
}
|
||||
|
||||
sub check {
|
||||
|
Loading…
x
Reference in New Issue
Block a user