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
Message size exceeded buffer maxMsgSize.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Message size exceeded buffer maxMsgSize.
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
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