This commit is contained in:
2024-06-23 12:31:12 +02:00
parent d9975ab914
commit 88ace1880e
31 changed files with 64 additions and 236 deletions

View File

@ -264,7 +264,7 @@ cron_user_entries:
- name: "Check if NTP service 'ntpsec' is up and running?"
minute: '*/30'
hour: '*'
job: /root/bin/monitoring/check_ntpsec_service.sh
job: /root/bin/monitoring/check_ntpsec_service.sh > /dev/null 2>&1
- name: "Check hard disc usage."
minute: '43'
@ -272,8 +272,8 @@ cron_user_entries:
job: /root/bin/admin-stuff/check-disc-usage.sh -c 85
- name: "Restart Jitsi Meet Service"
minute: '51'
hour: '6'
minute: '17'
hour: '9'
job: /usr/bin/lxc-stop -n meet ; sleep 5 ; /usr/bin/lxc-start -n meet