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

Re: [hobbit] Re: need help with IGNORE pattern



Asif Iqbal wrote:
On Mon, Nov 17, 2008 at 5:43 PM, Asif Iqbal <vadud3 (at) gmail.com> wrote:
This is the data in /var/adm/messages file

 Nov 17 15:25:08 server fcsm: [ID 517869 kern.warning] WARNING:
fcsm(0): fc packet to DID 0xfffffa failed state: Packet Transport
error(0xe); reason:  No Connection(0x5)


This is the entry in hobbit-client.cfg

 LOG /var/adm/messages "%(?-i)WARNING|(?-i)ERROR" IGNORE=%fcsm.*

I also tried %.*fcsm.* with no avail

But I am still getting alerts for that line in messages file

What am I doing wrong?

Still looking for a suggestion

--
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu





Try this : IGNORE=%(?-i)fcsm.*
You can then try that regexp with "hobbitd_client --test"


Dominique