[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] http timeout and content checking
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] http timeout and content checking
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Thu, 3 Jan 2008 12:11:46 +0100
- References: <29f517690712210824n4f4e958aw4247e023ed4b096f (at) mail.gmail.com> <29f517690712242041k7f16fc8ar9324d002872b3332 (at) mail.gmail.com> <29f517690801021123y61863dc6t5612d3853b0ee88 (at) mail.gmail.com>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Wed, Jan 02, 2008 at 02:23:42PM -0500, Gary Baluha wrote:
> Actually, it looks like it's not so much an issue with the max length for
> the URL, as it is for *any* line in bb-hosts. I started writing an
> extension script to do the content checking, and even that is getting the
> URL truncated. The problem appears that everything past 464 characters from
> the "#" in the bb-hosts file for any host is discarded.
It shouldn't do that, and I cannot trigger this with a simple test.
Could you send me (off-list) the bb-hosts file you're using ?
Another simple check you can do: In the Hobbit source directory
hobbit-4.2.0/lib there is a "loadhosts" binary - this is a debugging
tool. You can run it with
cd hobbit-4.2.0
./lib/loadhats /etc/hobbit/bb-hosts HOSTNAME
This should dump the tags found for the host HOSTNAME in bb-hosts.
It would be interesting to see if the entries are also truncated there.
Do the URL's show up correctly on the "info" column page ?
Regards,
Henrik