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.
Robert Leche wrote: > > Anne, one more thing... > > I am running the notifyme command on Mistral, Datoo (the NOAAPort) and > Sirocco) with all 3 reporting the following: > > (datoo:ldm) 1 % notifyme -v -l - -f "DDS|PPS" -p "^CSUS4[3-4] ... > [0-3][0-9]" > Jan 24 13:59:56 notifyme[24532]: Starting Up: localhost: > 20020124135956.963 TS_E > NDT {{DDPLUS, "^CSUS4[3-4] ... [0-3][0-9]"}} > Jan 24 13:59:58 notifyme[24532]: NOTIFYME(localhost): OK > Jan 24 14:00:58 notifyme[24532]: Connection reset by peer > Jan 24 14:00:58 notifyme[24532]: Disconnect > Jan 24 14:01:23 notifyme[24532]: NOTIFYME(localhost): OK > Jan 24 14:06:23 notifyme[24532]: Timed out after 300 seconds > inactivity > Jan 24 14:06:23 notifyme[24532]: Disconnect > Jan 24 14:06:48 notifyme[24532]: NOTIFYME(localhost): OK > Jan 24 14:11:48 notifyme[24532]: Timed out after 300 seconds > inactivity > Jan 24 14:11:48 notifyme[24532]: Disconnect > Jan 24 14:12:13 notifyme[24532]: NOTIFYME(localhost): OK > Jan 24 14:17:14 notifyme[24532]: Timed out after 300 seconds > inactivity > Jan 24 14:17:14 notifyme[24532]: Disconnect > Jan 24 14:17:39 notifyme[24532]: NOTIFYME(localhost): OK > Jan 24 14:22:41 notifyme[24532]: Timed out after 300 seconds > inactivity > Jan 24 14:22:41 notifyme[24532]: Disconnect > Jan 24 14:23:06 notifyme[24532]: NOTIFYME(localhost): OK > Jan 24 14:28:09 notifyme[24532]: Timed out after 300 seconds > inactivity > Jan 24 14:28:09 notifyme[24532]: Disconnect > Jan 24 14:28:34 notifyme[24532]: NOTIFYME(localhost): OK > Jan 24 14:33:38 notifyme[24532]: Timed out after 300 seconds > inactivity > Jan 24 14:33:38 notifyme[24532]: Disconnect > Jan 24 14:34:03 notifyme[24532]: NOTIFYME(localhost): OK > Jan 24 14:39:07 notifyme[24532]: Timed out after 300 seconds > inactivity > Jan 24 14:39:07 notifyme[24532]: Disconnect > Jan 24 14:39:32 notifyme[24532]: NOTIFYME(localhost): OK > Jan 24 14:44:40 notifyme[24532]: Timed out after 300 seconds > inactivity > Jan 24 14:44:40 notifyme[24532]: Disconnect > Jan 24 14:45:05 notifyme[24532]: NOTIFYME(localhost): OK > > I will keep an eye on this and report back later. > Bob > > Also tried with similar result: > > notifyme -v -l - -f "DDS|PPS" -p "^CSUS4[3-4] .... > [0-3][0-9]([0-2][0-9])" > notifyme -v -l - -f "DDS|PPS" -p "^CSUS4[3-4] .... [0-3][0-9]" > notifyme -v -l - -f "DDS|PPS" -p "^CSUS4[3-4] .... > ([0-3][0-9])([0-2][0-9])" > > -- > > ---------------------------------------------------------------- > Robert Leche > System Administrator > Louisiana State University - Southern Regional Climate Center > 260 Howe-Russell Building > Baton Rouge, La. 70803 > address@hidden > 225 578 5023 > ---------------------------------------------------------------- > Hi Bob, I will run a notifyme on my own machine to see if we're getting any of these products, because it appears that you're not getting any CSUS43 or CSUS44 products. One small thing I just noticed: > > > ######################################################### > > > # > > > # Climate Daily Summaries > > > DDS|PPS ^CSUS4[3-4]* .... ([0-3][0-9]) ^ > > > FILE data/ddplus/climate/(\1:yy)(\1:mm)\1.asos > > > # You probably don't want that '*' in the above entry, although it really doesn't matter much. In the pattern you wrote, the * says to match 0 or more occurences of the range 3-4. But, I think you want exactly one occurence of the range 3-4. So, just omit the star. I'll let you know the results of my notifyme in a bit. Anne -- *************************************************** Anne Wilson UCAR Unidata Program address@hidden P.O. Box 3000 Boulder, CO 80307 ---------------------------------------------------- Unidata WWW server http://www.unidata.ucar.edu/ ****************************************************