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:
Nicolas Cordier 2009-06-03 08:46:40 +00:00
parent 663c0477bf
commit 166e563f55
1 changed files with 1 additions and 1 deletions

View File

@ -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";