Page 1 of 1

Message size exceeded buffer maxMsgSize.

Posted: Thu Jul 05, 2018 2:36 am
Hi Support Team,
I have suddenly the following Problem:

Code: Select all

/usr/local/nagios/libexec/check_snmp_storage_wizard.pl -H 91.221.105.217 -C public --v2c -m 'Swap' -w 80 -c 90 -f
ERROR: Description/Type table : Message size exceeded buffer maxMsgSize.
I have found in the net thats its possible so set the maximum message size in scripts. But I didnt find the variable in check_snmp_storage_wizard.pl

Can you please tell me how to fix this issue in that script?

Re: Message size exceeded buffer maxMsgSize.

Posted: Thu Jul 05, 2018 3:15 am
by IMTECH
Hi,

try the parameter -o to set the buffer size.

Re: Message size exceeded buffer maxMsgSize.

Posted: Thu Jul 05, 2018 9:09 am
thanks that worked for me
best reagards
Christian

Re: Message size exceeded buffer maxMsgSize.

Posted: Thu Jul 05, 2018 9:32 am
by tmcdonald
Did you have further (related) questions or are we good to lock this up?