This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
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 > >