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