Message size exceeded buffer maxMsgSize.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dara79
Posts: 16
Joined: Wed Jan 11, 2012 9:20 am

Message size exceeded buffer maxMsgSize.

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Message size exceeded buffer maxMsgSize.

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked