Omaha #5291 - added sector id as a possible key value match to satellite purge rules.

Former-commit-id: 6e21f08b04a8eb58b1bf532d063b2a8164985457
This commit is contained in:
Bryan Kowal 2016-02-09 10:12:37 -06:00
parent 4a752c230c
commit 1b9129e607

View file

@ -1,14 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<purgeRuleSet>
<key>sectorID</key>
<key>physicalElement</key>
<defaultRule>
<period>01-00:00:00</period>
</defaultRule>
<rule regex="true">
<keyValue>.*</keyValue>
<keyValue>.*Visible.*</keyValue>
<period>00-18:00:00</period>
</rule>
<rule regex="true">
<keyValue>.*</keyValue>
<keyValue>Sounder.*</keyValue>
<period>00-12:00:00</period>
</rule>