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