[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] Valid alerts decleration?



On Thu, Jan 27, 2005 at 10:33:39PM +0000, Henrik Storner wrote:
> But your $HG-TEST definition is also wrong. If it's a regular
> expression, it should be "$HG-TEST=(host01|host02)" 

I'm tired ... "$HG-TEST=%(host01|host02)" since a "%" is needed to
flag it as a pc-regex.

Henrik