[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Hobbit Client, msgs, files?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Hobbit Client, msgs, files?
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Tue, 2 May 2006 15:37:43 +0200
- References: <5B3853EEF769544ABD6EEC79788A0639077EDA79@EXVS2.nibco.com> <9dd729ca0604271039q40b0655dh611309d7676b4151@mail.gmail.com> <445125B2.4090704@verizonbusiness.com> <20060427221643.GA13623@hswn.dk> <44514775.4070004@verizonbusiness.com> <20060428060131.GD18660@hswn.dk> <44525E47.5000404@verizonbusiness.com>
- User-agent: Mutt/1.5.9i
On Fri, Apr 28, 2006 at 06:26:15PM +0000, David Gore wrote:
> instance with our previous changes. I still cannot get LOGS to work
> FILES. I can get to work, but perhaps I found a bug? Here is the entry:
>
> client-local.cfg:file:/opt/app/apache/logs/access-test.log
> hobbit-clients.cfg: FILE /opt/app/apache/logs/access-test.log size<2000000 COLOR=red
>
> Here is the result when alarming:
>
> /opt/app/apache/logs/access-test.log
> File is missing
>
> And when you click the link:
>
> ERROR: Value too large for defined data type
>
> I am trying to test for a file size greater than 2G.
Large file support is missing in the client utility. I took this as an
opportunity to vet the code for places where this might be an issue, so
the next trial-version (or tomorrows snapshot) should work better.
> It would be very nice if the size could be represented in
> kilobytes, megabytes and gigabytes. K, M, and G.
Yep ... done.
> Here is a LOG entry that fails (none work):
>
> client-local.cfg:log:/opt/app/apache/logs/error-test.log:10240
> hobbit-clients.cfg: LOG /opt/app/apache/logs/error-test.log
> MATCH="%Segmentation Fault" COLOR=red
Please try again with the current snapshot. I don't see why it should
not work, except if the client-side tool (logfetch) failed to process
the logfile due to it being larger than 2 GB.
> The documentation appears out of date from your e-mail on the April 24th
> 21:09 GMT?
Docs should be up-to-date in the current snapshot.
Henrik