mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
limit imm snmpwalk
This commit is contained in:
parent
58c78059ec
commit
1e2d9ccc11
@ -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