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
...@@ -25,9 +25,7 @@ ...@@ -25,9 +25,7 @@
<item> <item>
<key> <string>periodicity_hour</string> </key> <key> <string>periodicity_hour</string> </key>
<value> <value>
<tuple> <tuple/>
<int>0</int>
</tuple>
</value> </value>
</item> </item>
<item> <item>
...@@ -39,14 +37,12 @@ ...@@ -39,14 +37,12 @@
<item> <item>
<key> <string>periodicity_minute</string> </key> <key> <string>periodicity_minute</string> </key>
<value> <value>
<tuple> <tuple/>
<int>0</int>
</tuple>
</value> </value>
</item> </item>
<item> <item>
<key> <string>periodicity_minute_frequency</string> </key> <key> <string>periodicity_minute_frequency</string> </key>
<value> <int>30</int> </value> <value> <int>5</int> </value>
</item> </item>
<item> <item>
<key> <string>periodicity_month</string> </key> <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