Xymon Mailing List Archive search

xymonproxy messages getting truncated

list Martin Ksellmann
Thu, 06 Dec 2012 15:06:53 +0100
Message-Id: <user-db45fdd51285@xymon.invalid>

Hi Heather,

On 06.12.2012 14:45, Novosielski, Ryan wrote:
You sure you're not running into the max message size (which I recall
was 32k but that could be what I changed it to)? It's configurable
somewhere obvious (I believe server-side).
I had problems with the message size due to many connections in netstat
and processes in ps.
I added the following 3 lines to xymonserver.cfg:

MAXMSG_STATUS="3145728"
MAXMSG_CLIENT="3145728"
MAXMSG_DATA="3145728"

Cheers,
Martin