On 16 November 2012 02:48, Mike Burger <span dir="ltr"><<a href="mailto:Mike.Burger@freedommortgage.com" target="_blank">Mike.Burger@freedommortgage.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">That did it. I’m not sure if MAXMSG_STATUS or MAXMSG_DATA is the culprit, though I suspect it’s _DATA.</span></p>

</div></div></blockquote><div><br></div><div>Nice one.  Pretty sure it would be MAXMSG_CLIENT, which relates to the client messages.  I have this set to 2048 on my server because I have some particularly fast-moving log files I want to monitor on a couple of my servers.</div>

<div><br></div><div>Rather than increasing the limit, you might want to find out why the client message is so large and try to reduce the size if you can.  Perhaps the server is logging heeeeaps of messages into a logfile that's being monitored. Have a browse through the client data and see if there's one section that's really big and can probably be adjusted or eliminated.</div>

<div><br></div><div><div>$ xymoncmd xymon localhost 'clientlog name-of-client' | less</div></div><div><br></div><div>If it's log data, and you don't actually report on log messages, you might consider removing the "log:" entry from client-local.cfg on the Xymon server - either from the [aix] section, or (if it exist) from the [name-of-host] section.</div>

<div><br></div><div>Or you can have the client put a cap on the size of log data being sent back in its client message by adjusting the "log:" entry in the file client-local.cfg on the server.  This limit is fetched by the client from the server after it reports its client data.  So an adjustment on the server can take up to 10 minutes to be honoured by the client.  The default for AIX syslog.log is 10k, so it's unlikely that this alone could push your client messages beyond 512k.</div>

<div><br></div><div>J</div><div><br></div></div>