Compare commits
9 Commits
dist/eole/
...
pkg/stable
Author | SHA1 | Date | |
---|---|---|---|
9d752e400c | |||
33a7cf66c6 | |||
144375c761 | |||
fc706a56e7 | |||
b3b39fc4a4 | |||
d34670a998 | |||
2f5f17adc4 | |||
38404340d4 | |||
bbc87b8656 |
20
schedule/extra/01_extract_hydra.xml
Normal file
20
schedule/extra/01_extract_hydra.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<creole>
|
||||
<variables>
|
||||
<family name="extract_hydra" description="Optimize sur les tables d'Hydra">
|
||||
<variable name="description" type="string" hidden="True"><value>Extraction des logs utils de la base Hydra</value></variable>
|
||||
<variable name="day" type="schedule" description="Périodicité d'exécution"><value>daily</value></variable>
|
||||
<variable name="mode" type="schedulemod" hidden="True"><value>post</value></variable>
|
||||
</family>
|
||||
</variables>
|
||||
<constraints>
|
||||
<!-- Désactive les extractions si on est pas sur la machine qui fait les backups -->
|
||||
<fill name='calc_multi_condition' target='schedule.extract_hydra.day'>
|
||||
<param>non</param>
|
||||
<param type='eole' name='condition_1'>dbEnableBackup</param>
|
||||
<param name='match'>none</param>
|
||||
<param name='mismatch'>daily</param>
|
||||
</fill>
|
||||
</constraints>
|
||||
</creole>
|
Reference in New Issue
Block a user