maxMsgSize buffer issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ss6407
Posts: 13
Joined: Wed Apr 04, 2018 2:58 pm

maxMsgSize buffer issue

Post by ss6407 »

Hi Everyone,

Nagios ver is 5.4.12
We are receiving below error on service check for few of the server on / usage checks.
"ERROR: Description/Type table : The message size exceeded the buffer maxMsgSize of 1472."

We are using attached script for the service check.
Attached system profile as well.
Please advise.

Thanks!
You do not have the required permissions to view the files attached to this post.
kyang

Re: maxMsgSize buffer issue

Post by kyang »

Hello,

Run the check_snmp_storage.pl command and all of the necessary args from the XI terminal and increase your octetlength size. Its the -o flag.

When running the command add this option to the end of it.

Code: Select all

-o 20000
Please post the full command and the output.

Thanks.
ss6407
Posts: 13
Joined: Wed Apr 04, 2018 2:58 pm

Re: maxMsgSize buffer issue

Post by ss6407 »

I had changed it to 10000 and its working fine now.
kyang

Re: maxMsgSize buffer issue

Post by kyang »

Glad it's working for you now.

Do you have any more questions or are we okay to close this?
ss6407
Posts: 13
Joined: Wed Apr 04, 2018 2:58 pm

Re: maxMsgSize buffer issue

Post by ss6407 »

We can close this.
Thankyou
kyang

Re: maxMsgSize buffer issue

Post by kyang »

Sounds good!

Thanks for using the Nagios Support Forums!

Feel free to create a new thread if you have any more issues.

Have a great day!
Locked