Xymon Mailing List Archive search

Item "PROCS" not complete

list Jeremy Laidman
Wed, 2 Apr 2014 15:44:19 +1100
Message-Id: <user-0721d36651ef@xymon.invalid>

On 2 April 2014 06:58, Sidiney M. Crescencio Junior <user-4ef59b6b779f@xymon.invalid>wrote:
11712 32618 postfix  11:47:09 S  19  0.0 00:00:00  0.0  6140 100332 smtpd
-n smtp -t inet -u -o stress= -o content_filter=scan:[127.0.0.1]:10030
11714 32618 postfix  11:47:09 S  19  0.0 00:00:00  0.0  3276  51316
cleanup -z -t unix -u
11715 32618 postfix  11:47:09 S  19  0.0 00:00:00  0.0  3272  51316
cleanup -z -t unix -u
11716 32618 postfix  11:47:09 S  19  0.0 00:00:00  0.0  3276  51320
cleanup -z -
The last line here looks to have been truncated, as Henrik predicted.  So
you need to increase MAXMSG_CLIENT.  Either your change hasn't been
activated, or it needs to be increased even further.

Go to the "xymond" page for the Xymon server itself.  Near the end but
before the graph, you can probably see something like:

  Oversize status msg from 10.1.1.99 for hostname.example.org:procs
truncated (n=1262366, limit=1048576)

The second value (limit) represents the limit configured in MAXMSG_CLIENT,
but is multiplied by 1024.  So if you set MAXMSG_CLIENT to 1536, this would
probably show as "limit=1572864".  If the first value is greater than the
second, you need to increase MAXMSG_CLIENT.

Cheers
Jeremy