Thanks - that took care of #1 but not #2.
- Rob
> -----Original Message-----
> From: Steve Chiswell [mailto:chiz@xxxxxxxxxxxxxxxx]
> Sent: Tuesday, March 23, 2004 2:36 PM
> To: Rob Dale
> Cc: ldm-users@xxxxxxxxxxxxxxxx; support-ldm@xxxxxxxxxxxxxxxx
> 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
>
>From owner-ldm-users@xxxxxxxxxxxxxxxx 23 2004 Mar -0700 16:08:07
Date: 23 Mar 2004 16:08:07 -0700
From: Steve Chiswell <chiz@xxxxxxxxxxxxxxxx>
In-Reply-To: <E1B5smJ-0007Zp-PN@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
To: Rob Dale <rdale@xxxxxxxxxxxx>
Subject: RE: 20040323: PQACT.conf questions...
Received: (from majordo@localhost)
by unidata.ucar.edu (UCAR/Unidata) id i2NN8FaR020429
for ldm-users-out; Tue, 23 Mar 2004 16:08:15 -0700 (MST)
Received: from flip.unidata.ucar.edu (flip.unidata.ucar.edu [128.117.140.85])
by unidata.ucar.edu (UCAR/Unidata) with ESMTP id i2NN87rV020382;
Tue, 23 Mar 2004 16:08:07 -0700 (MST)
Keywords: 200403232308.i2NN87rV020382
Received: (from chiz@localhost)
by flip.unidata.ucar.edu (UCAR/8.12.5/Submit) id i2NN874t055013;
Tue, 23 Mar 2004 16:08:07 -0700 (MST)
X-Authentication-Warning: flip.unidata.ucar.edu: chiz set sender to
chiz@xxxxxxxxxxxxxxxx using -f
Reply-To: chiz@xxxxxxxx
Cc: ldm-users@xxxxxxxxxxxxxxxx, support-ldm@xxxxxxxxxxxxxxxx
References: <E1B5smJ-0007Zp-PN@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO8859-1
Content-Transfer-Encoding: 7bit
Organization: Unidata
Message-Id: <1080083286.6085.57.camel@xxxxxxxxxxxxxxxxxxxxx>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.2.0
Sender: owner-ldm-users@xxxxxxxxxxxxxxxx
Precedence: bulk
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:chiz@xxxxxxxxxxxxxxxx]
> > Sent: Tuesday, March 23, 2004 2:36 PM
> > To: Rob Dale
> > Cc: ldm-users@xxxxxxxxxxxxxxxx; support-ldm@xxxxxxxxxxxxxxxx
> > 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
> >