Page 1 of 1

Message size exceeded buffer maxMsgSize.

Posted: Fri Mar 22, 2013 4:31 am
by dara79
Hi, we get allot of these messages and i was wondering is it possible to change the maxMsgSize default ?

Error: ERROR: Process name table : Message size exceeded buffer maxMsgSize.

System Nagiosxi VM 2012R1.6

Usually its windows services that get the error.


BR
Daniel Rapp

Re: Message size exceeded buffer maxMsgSize.

Posted: Fri Mar 22, 2013 7:10 am
by scottwilkerson
Are these SNMP checks?

If so depenting on the plugin some have a -o flag that can be set

In other scripts, try adding :
$session->max_msg_size(5000);

After the session has been initialized.

re: http://nagios.manubulon.com/faq.html#FAQ9