Xymon Mailing List Archive search

Procs test clear?

list Dominique Frise
Thu, 25 Jan 2007 16:18:50 +0100
Message-Id: <user-bf2dbd4fa0b4@xymon.invalid>

user-75055581652a@xymon.invalid wrote:
Hi,
i get some error in my hobbitd.log

2007-01-25 15:49:47 Oversize status msg from 10.28.1.37 for 
xxxxxxxxxxxx.de:ports truncated (n=360392, limit=262144)

i have now put in my hobbit-server.cfg the following lines:

MAXMSG_STATUS="1024"
MAXMSG_CLIENT="1024"
MAXMSG_DATA="1024"
MAXMSG_NOTES="1024"

Is this correct? My Client send Date correctly but i get allways data 
like and i have an clear status:
*Thu Jan 25 16:06:31 CET 2007 - Processes NOT ok*
clear No process checks defined

 PID  PPID USER      STARTED S PRI %CPU     TIME %MEM   RSZ    VSZ CMD
   1     0 root     11:54:08 S  23  0.0 00:00:02  0.0   568   1740 init 
[3]  
.......

user-75055581652a@xymon.invalid schrieb am 25.01.2007 15:06:36:
Hi,
i installed an server and now my procs test is clear, while i have
configured my server correct i think:

All other Tests work fine. What can i do?

HOST=xxxxxxxxxxxx.de
        PROC crond 1 -1 red
        LOG /var/log/messages error,fail,panic,NOTICE COLOR=red %
uthentication.failure
        LOG /var/log/messages warn,WARN COLOR=yellow 
%uthentication.failure
        LOG /var/log/boot.log error,fail,panic,NOTICE COLOR=red
        LOG /var/log/boot.log warn,WARN COLOR=yellow
        LOG /var/log/maillog error,fail,panic,NOTICE COLOR=red 
%format.error
        LOG /var/log/maillog warn,WARN COLOR=yellow %format.error
        LOG /var/log/cron error,fail,panic,NOTICE COLOR=red
        LOG /var/log/cron warn,WARN COLOR=yellow


DEFAULT
        # These are the built-in defaults.
        UP      1h
        LOAD    5.0 10.0
        DISK    * 90 95
        MEMPHYS 100 101
        MEMSWAP 50 80
        MEMACT  90 97

on all other systems it works with this or nearly the same config.

thx
Stefan

You have to put bytes values in MAXMSG_* settings.
Default for MAXMSG_STATUS is 262144 or 256 KB.

Example for 512 KB
MAXMSG_STATUS="524288"


Dominique
UNIL - University of Lausanne