Commit fc622d84 authored by Łukasz Nowak's avatar Łukasz Nowak

slapos_crm: Fix instance ticket alarm periodicity

Once per day is not real time monitoring, so drop it to each 5 minutes.
parent e6b637a2
Pipeline #19466 failed with stage
in 0 seconds
......@@ -25,9 +25,7 @@
<item>
<key> <string>periodicity_hour</string> </key>
<value>
<tuple>
<int>0</int>
</tuple>
<tuple/>
</value>
</item>
<item>
......@@ -39,14 +37,12 @@
<item>
<key> <string>periodicity_minute</string> </key>
<value>
<tuple>
<int>0</int>
</tuple>
<tuple/>
</value>
</item>
<item>
<key> <string>periodicity_minute_frequency</string> </key>
<value> <int>30</int> </value>
<value> <int>5</int> </value>
</item>
<item>
<key> <string>periodicity_month</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment