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

@ -144,7 +144,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: "Optimize mysql tables"
minute: '51'