EDEX mode conf file updated to remove mpeLightningSrv which throws errors on startup. edit made to grib data distribution file to handle all *grib* from CONDUIT. Finally, pypies conf file updated to relfect actual awips group fxalpha rather than unused group name ;awips'
Former-commit-id: ee5b8d30bf
This commit is contained in:
parent
2a4190cd70
commit
466e6b7bad
3 changed files with 8 additions and 5 deletions
|
@ -78,6 +78,8 @@
|
|||
<!-- end of ncep excludes -->
|
||||
</mode>
|
||||
<mode name="ingest">
|
||||
<exclude>mpeLightningSrv-ingest.xml</exclude>
|
||||
<exclude>rpgenvdata-spring.xml</exclude>
|
||||
<exclude>webservices.xml</exclude>
|
||||
<exclude>ebxml.*\.xml</exclude>
|
||||
<exclude>.*request.*</exclude>
|
||||
|
@ -137,7 +139,7 @@
|
|||
<include>logFilePurger-spring.xml</include>
|
||||
<include>mpeFieldgen-spring.xml</include>
|
||||
<include>mpeHpeFilePurge-spring.xml</include>
|
||||
<include>mpeLightningSrv-ingest.xml</include>
|
||||
<!-- include>mpeLightningSrv-ingest.xml</include -->
|
||||
<include>mpeProcessGrib-spring.xml</include>
|
||||
<include>ohdSetupService-spring.xml</include>
|
||||
<include>pointDataRetrievel-spring.xml</include>
|
||||
|
@ -218,7 +220,7 @@
|
|||
<include>qpf-common.xml</include>
|
||||
<include>cpgsrv-spring.xml</include>
|
||||
<include>persist-ingest.xml</include>
|
||||
<include>binlightning-common.xml</include>
|
||||
<!-- include>binlightning-common.xml</include -->
|
||||
<include>parameter-common.xml</include>
|
||||
<include>gridcoverage-common.xml</include>
|
||||
<include>grid-common.xml</include>
|
||||
|
|
|
@ -23,8 +23,9 @@
|
|||
<!-- Is specifically not restricting on CCCC since HPE isn't populating it -->
|
||||
<regex>^[EHLMOYZ][A-Z]{3}\d{2}</regex>
|
||||
<!-- Exclude Data Delivery specific patterns -->
|
||||
<regexExclude>^LZ[ABC][ABC]9[123] KWBC</regexExclude>
|
||||
|
||||
<!-- regexExclude>^LZ[ABC][ABC]9[123] KWBC</regexExclude -->
|
||||
<!-- This to match Unidata IDD CONDUIT feed products without standard headers -->
|
||||
<regex>.*grib.*</regex>
|
||||
<!-- ECMWF decrypted -->
|
||||
<regex>ecmwf_decrypted</regex>
|
||||
</requestPatterns>
|
||||
|
|
|
@ -240,7 +240,7 @@ Include conf.d/*.conf
|
|||
# don't use Group #-1 on these systems!
|
||||
#
|
||||
User awips
|
||||
Group awips
|
||||
Group fxalpha
|
||||
|
||||
### Section 2: 'Main' server configuration
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue