<div dir="ltr">On Tue, Aug 5, 2008 at 12:56 PM, Joshua Krause <span dir="ltr"><<a href="mailto:forums@triadbiz.rr.com">forums@triadbiz.rr.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div link="blue" vlink="purple" lang="EN-US">

<div>

<p>What are the limits of data that is sent to hobbit via a
script?  I have thrown together a perl script that grabs data from a file
and then sends to hobbit in a table format.  At first I was trying to send
the table with a kinda of pretty html format so that when you goto a view
source it was easily readable.  Well that wasn't working cause the
file wasn't getting updated in hobbit.  I piped the output of the
script to a text file and and did a line count on it.  It had about 4000
lines in the file that was being sent to hobbit.  So I took all the lines
returns away and made it all one line and it gets to hobbit now.  But I am
wanting to get a little bit more in there with graphing and didn't know
if I was needing to look at a line limit that hobbit is able to accept.</p></div></div></blockquote><div><br>Dunno about line limits, but there are some byte limits mentioned in the hobbitserver.cfg man page<br><br>   <a href="http://www.hswn.dk/hobbit/help/manpages/man5/hobbitserver.cfg.5.html#lbAJ">http://www.hswn.dk/hobbit/help/manpages/man5/hobbitserver.cfg.5.html#lbAJ</a><br>
<br>For example:<br><dl compact><dt>     MAXMSG_STATUS</dt><dd>
The maximum size of a "status" message in kB, default: 256.
Status messages are the ones that end up as columns on the 
web display. The default size should be adequate in most
cases, but some extension scripts can generate very large
status messages - close to 1024 kB. You should only change
this if you see messages in the hobbitd log file about status
messages being truncated.
</dd></dl>Does the log show any messages being truncated??<br><br>Ralph Mitchell<br><br> </div></div></div>