[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] enhancement request?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] enhancement request?
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Mon, 12 Jun 2006 07:45:11 +0200
- References: <448CCD28.9010502@verizonbusiness.com>
- User-agent: Mutt/1.5.11
On Mon, Jun 12, 2006 at 02:10:48AM +0000, David Gore wrote:
> trigger %INFO.*shot|ERROR.*OutOfMemoryError
>
> So my enhancement request would be to include the PCRE calls in the
> client? Is that possible, statically link to the PCRE libraries and
> remove the need to install PCRE on hosts you would like to use it? I am
> sure I am not the only one who cannot install PCRE on the some or all
> the client hosts. Or perhaps my trigger command should work and I have
> done something wrong?
Your trigger command should work - but do remove the '%' sign first.
The "trigger" and "ignore" strings are always processed as regular
expressions, using whatever regex library your system has installed.
I haven't made it depend on the PCRE library, because - as you said -
it is not possible to install the PCRE libs on all hosts.
Regards,
Henrik