Commit d8378c26 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm: Run alarm to check personal computer once a day

   There isn't a reason to check more often since the computer must be 30 days w/o contact master to be considered outdated.
parent f71bc366
...@@ -25,20 +25,24 @@ ...@@ -25,20 +25,24 @@
<item> <item>
<key> <string>periodicity_hour</string> </key> <key> <string>periodicity_hour</string> </key>
<value> <value>
<tuple/> <tuple>
<int>22</int>
</tuple>
</value> </value>
</item> </item>
<item> <item>
<key> <string>periodicity_minute</string> </key> <key> <string>periodicity_minute</string> </key>
<value> <value>
<tuple> <tuple>
<int>5</int> <int>30</int>
</tuple> </tuple>
</value> </value>
</item> </item>
<item> <item>
<key> <string>periodicity_minute_frequency</string> </key> <key> <string>periodicity_minute_frequency</string> </key>
<value> <int>1</int> </value> <value>
<none/>
</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