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
663c0477bf
commit
166e563f55
|
@ -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…
Reference in New Issue