Xymon Mailing List Archive search

Bbwin central mode bugs

list Carl Inglis
Thu, 22 Jan 2009 12:19:36 -0000 (UTC)
Message-Id: <user-55b52f9577b3@xymon.invalid>

Another problem :
With some windows servers, tests like svcs, ports, uptime and who are
also in purple and the others tests are green, problem ?
I've had this problem myself, caused by the messages being sent from the
servers being too long - I added the following to the top of my
hobbitserver.cfg file:

MAXMSG_DATA="5242880"
MAXMSG_CLIENT="5242880"
MAXMSG_STATUS="5242880"

and it seems to have fixed it. I realise it's probably not the right thing
to do, and I'll probably get a gentle telling off. :-)

Carl