6 Dec
2012
6 Dec
'12
2:06 p.m.
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