Xymon Mailing List Archive search

Oversize data/client msg

list Joshua Krause
Mon, 7 Jan 2008 10:31:24 -0500
Message-Id: <002a01c85142$5d043f70$170cbe50$@rr.com>

In the server man pages it said that the MSGMAX_DATA defaulted to 256kb so I
raised it to 512kb.  So your saying that I need to raise it to 768kb?  The
only reason I say this is because in the error message it says:

Latest errormessages:
Oversize data/client msg from 172.31.128.50 truncated (n=579186, limit
524288)
First line: gsonc-spg-omea-1|sunos|sunos

Which says the limit is "524588" and if the MSGMAX_DATA is set to 256 by
default then I would think that this value is dealing with the MSGMAX_CLIENT
which is defaulted to 512 and I raised it to 768.

-----Original Message-----
From: Iain M Conochie [mailto:user-c784e16a5170@xymon.invalid] Sent: Monday, January 07, 2008 10:19 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Oversize data/client msg


On Mon, 2008-01-07 at 10:15 -0500, Joshua Krause wrote:
I am receiving this msg from one of my solaris boxes and made some
changes still getting the message.

 
Latest errormessages:

Oversize data/client msg from 172.31.128.50 truncated (n=581293, limit
524288)
You need to increase the size of your MAXMSG_DATA parameter.

Cheers

Iain
First line: gsonc-spg-omea-1|sunos|sunos

 
Here is what my hobbitserver.cfg has in it:

 
MAXMSG_STATUS="768432"

MAXMSG_DATA="524288"

MAXMSG_CLIENT="768432"

 
I have restarted the hobbit process but I am still receiving these
messages.

 
Thanks,

 
Josh