Commit a999500c 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 5109752d
Pipeline #15738 failed with stage
in 0 seconds
......@@ -25,20 +25,24 @@
<item>
<key> <string>periodicity_hour</string> </key>
<value>
<tuple/>
<tuple>
<int>22</int>
</tuple>
</value>
</item>
<item>
<key> <string>periodicity_minute</string> </key>
<value>
<tuple>
<int>5</int>
<int>30</int>
</tuple>
</value>
</item>
<item>
<key> <string>periodicity_minute_frequency</string> </key>
<value> <int>1</int> </value>
<value>
<none/>
</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