Xymon Mailing List Archive search

Max output

2 messages in this thread

list James Roberts · Wed, 1 Oct 2008 14:03:34 +0100 ·
Good day 

We have written a server side test which produces a lot of output...So
much so that it does not appear show in the webpage...Is there anyway we
can increase the number of lines that can be displayed in the webpage

James Roberts
list Henrik Størner · Wed, 1 Oct 2008 20:34:26 +0000 (UTC) ·
quoted from James Roberts
In <user-6879197bb663@xymon.invalid> "Roberts, James" <user-d7df29bbad83@xymon.invalid> writes:
We have written a server side test which produces a lot of output...So
much so that it does not appear show in the webpage...Is there anyway we
can increase the number of lines that can be displayed in the webpage
How much is "a lot" ?

Hobbit has a limit on the size of status messages, which defaults to
256 KB; if your test produces more than than, it gets truncated.

I suspect that's what is happening, because there aren't any limits
as to what the webpage will show.

Try adding
   MAXMSG_STATUS=512
to your hobbitserver.cfg, and restart Hobbit - that will increase the
max. size of a status message to 512 KB. You can go higher than that,
if you like.


Regards,
Henrik