mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 13:45:18 +02:00
increase SNMP max_msg_size in check_snmp_win.pl, should help for some checks using snmp v2c
git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@8300 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
abff769b9f
commit
d48efa841a
@ -244,7 +244,7 @@ if ( defined($o_login) && defined($o_passwd)) {
|
||||
}
|
||||
}
|
||||
|
||||
$session->max_msg_size(5000);
|
||||
$session->max_msg_size(10000);
|
||||
verb($session->max_msg_size);
|
||||
#print $session->max_msg_size(),"\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user