<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Heather,<br>
      <br>
      On 06.12.2012 14:45, Novosielski, Ryan wrote:<br>
    </div>
    <blockquote
cite="mid:6A34302C7B62B54EB77F697809EFC81E24F9713672@UMDEXMBX02.core.umdnj.edu"
      type="cite"><font
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">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). </font><br>
    </blockquote>
    <br>
    I had problems with the message size due to many connections in
    netstat and processes in ps.<br>
    I added the following 3 lines to xymonserver.cfg:<br>
    <br>
    MAXMSG_STATUS="3145728"<br>
    MAXMSG_CLIENT="3145728"<br>
    MAXMSG_DATA="3145728"<br>
    <br>
    Cheers,<br>
    Martin<br>
  </body>
</html>