[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] how to trigger in column "msgs" ???
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] how to trigger in column "msgs" ???
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Tue, 23 Jun 2009 10:23:15 +0200
- References: <3d9395ed0906222306x84322b2x28fb7ccc9b907870 (at) mail.gmail.com> <200906230918.16094.stef.coene (at) docum.org> <3d9395ed0906230033h1990c42dg29bd00b91435a720 (at) mail.gmail.com>
- User-agent: KMail/1.9.10
On Tuesday 23 June 2009, Cayo de Moraes wrote:
> Thank you for the fast answer Stef!
>
> im geting the lines from my logfile and i can see them in hobbit. So far
> its working. But somehow they can not be triggered.
>
> now the only thing that i want to do is:
> msgs column should get red, when this logfile get a line (the content
> doesnt matter). Thats why i think that the trigger would not be a really
> good idea, because i would have to trigger a status for every type of
> entries in this log.
>
> i also tried to write something in this logfile > and then trigger some
> words (to become red) but it didnt work...
This works fine for mu:
LOG %/home/rdbmsp/oracle/admin/TEST/bdump/alert_TEST.log %ORA-04031
I had to add a % so it is interpreted as a regexp.
Stef