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

RE: 20040323: PQACT.conf questions...



On Tue, 2004-03-23 at 13:45, Rob Dale wrote:

> > However NWWS sends out a MONMSG or TSTMSG "keepalive" every 
> > 15 minutes 
> > > and I don't want those going - how would I filter those 
> > out? I tried 
> > > different combinations of (.[MONMSG])  and none worked...

To exclude MONMSG, use the regex:

[^M]|M[^0]|MO[^N]|MON[^M]|MONM[^S]|MONMS[^G]

But you can probably shorten this to just the MON portion.

Steve Chiswell





> Thanks - that took care of #1 but not #2.
> 
>  - Rob 
> 
> > -----Original Message-----
> > From: Steve Chiswell [mailto:address@hidden] 
> > Sent: Tuesday, March 23, 2004 2:36 PM
> > To: Rob Dale
> > Cc: address@hidden; address@hidden
> > Subject: 20040323: PQACT.conf questions...
> > 
> > Rob,
> > 
> > See the _ELSE_ documentation for pqact at:
> > http://my.unidata.ucar.edu/content/software/ldm/ldm-6.0.14/bas
> > ics/pqact.conf.html
> > 
> > 
> > > 2) I'm using LDM with a feed of the NWWS weatherwire. I 
> > want all of my 
> > > local NWS bulletins to go to the alarms directory for use 
> > with nalarm, 
> > > which I've accomplished with:
> > > 
> > > (^......) (KGRR) (..)(....).*/p(.*)
> > > 
> > > However NWWS sends out a MONMSG or TSTMSG "keepalive" every 
> > 15 minutes 
> > > and I don't want those going - how would I filter those 
> > out? I tried 
> > > different combinations of (.[MONMSG])  and none worked...
> > > 
> > > - Rob
> >