Xymon Mailing List Archive search

PROC question

list Kristian Nielsen
Sat, 21 Mar 2009 09:03:54 +0100
Message-Id: <user-1bef685b0dc6@xymon.invalid>

"Williams, Doug (Consultant-RIC)" <user-63162c140807@xymon.invalid> writes:
The problem is that any PROC I define to be monitored, that happens not
to be within that 1400 lines stays in alarm condition.
 
I played with setting MAXLINE and MAXMSG_STATUS to very high numbers,
but to no success
Check `man 5 hobbitserver.cfg`:

       MAXMSG_CLIENT
              The  maximum  size  of  a  "client" message in kB, default: 512.
              "client" messages are generated by the Hobbit client, and  often
              include  large  process-listings. You should only change this if
              you see messages in the hobbitd log file about  client  messages
              being truncated.

Note in particular the bit about checking hobbitd log file first. If the
problem is some size limit, the log should have a message about it, hopefully
showing exactly which limit you need to extend (there are several).

 - Kristian.