mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
Merge pull request #1397 from CPbN/snmp
Small response-time snmp mode hardening
This commit is contained in:
commit
a8de80ecc7
@ -102,6 +102,7 @@ sub check_options {
|
||||
|
||||
$options{snmp}->set_snmp_connect_params(Timeout => $self->{option_timeout} * (10**6));
|
||||
$options{snmp}->set_snmp_connect_params(Retries => 0);
|
||||
$options{snmp}->set_snmp_params(subsetleef => 1);
|
||||
}
|
||||
|
||||
sub manage_selection {
|
||||
|
Loading…
x
Reference in New Issue
Block a user