mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
Refs #5523
This commit is contained in:
parent
51ff576c37
commit
15a1a22573
@ -347,7 +347,7 @@ sub get_multiple_table {
|
|||||||
# It's for "bulk". We ask 50 next values. If you set 1, it's like a getnext (snmp v1)
|
# It's for "bulk". We ask 50 next values. If you set 1, it's like a getnext (snmp v1)
|
||||||
my $repeat_count = 50;
|
my $repeat_count = 50;
|
||||||
if (defined($self->{maxrepetitions}) &&
|
if (defined($self->{maxrepetitions}) &&
|
||||||
$self->{maxrepetitions} =~ /^d+$/) {
|
$self->{maxrepetitions} =~ /^\d+$/) {
|
||||||
$repeat_count = $self->{maxrepetitions};
|
$repeat_count = $self->{maxrepetitions};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -481,7 +481,7 @@ sub get_table {
|
|||||||
# It's for "bulk". We ask 50 next values. If you set 1, it's like a getnext (snmp v1)
|
# It's for "bulk". We ask 50 next values. If you set 1, it's like a getnext (snmp v1)
|
||||||
my $repeat_count = 50;
|
my $repeat_count = 50;
|
||||||
if (defined($self->{maxrepetitions}) &&
|
if (defined($self->{maxrepetitions}) &&
|
||||||
$self->{maxrepetitions} =~ /^d+$/) {
|
$self->{maxrepetitions} =~ /^\d+$/) {
|
||||||
$repeat_count = $self->{maxrepetitions};
|
$repeat_count = $self->{maxrepetitions};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -825,7 +825,7 @@ Set the number of retries (default: 5) before failure.
|
|||||||
|
|
||||||
=item B<--maxrepetitions>
|
=item B<--maxrepetitions>
|
||||||
|
|
||||||
Max repititions value (default: 50) (only for SNMP v2 and v3).
|
Max repetitions value (default: 50) (only for SNMP v2 and v3).
|
||||||
|
|
||||||
=item B<--subsetleef>
|
=item B<--subsetleef>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user