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

Re: logcheck.ignore entries



On 14 Apr 2004 20:35:19 GMT
Paul Hink <email@p-hink.de> wrote:

> Russell Coker <russell@coker.com.au> wrote:
> 
> > Try this one:
> > CRON\[.*\]:( )?\(pam_unix\) session (opened)|(closed) for user
> > (root)|(mail)
> 
> > [...]
> 
> > For having two different words match you need to put each word in
> > braces, "(opened|closed)" is the same as "opene(d|c)losed".
> 
> No!
>  
> "session (opened|closed) for user" matches "session opened for user"
> and "session closed for user" which is what is needed here. "session
> (opened)|(closed) for user" matches "session opened" and "closed for
> user" which does not make much sense in this context.

Using either variation appears to be working, but that's most likely
due to the simplicity of the message.

Based on your description, it makes more sense to me to use
"(opened|closed)".

jc

-- 
Jeff Coppock		Systems Engineer
Diggin' Debian		Admin and User



Reply to: