This commit is contained in:
2024-04-25 18:55:48 +02:00
parent ec43134104
commit 65f6725f19
31 changed files with 478 additions and 192 deletions

View File

@ -141,6 +141,11 @@ cron_user_entries:
hour: '*'
job: /root/bin/postfix/check-postfix-fatal-errors.sh
- name: "Check if NTP service 'ntpsec' is up and running?"
minute: '*/30'
hour: '*'
job: /root/bin/monitoring/check_ntpsec_service.sh
- name: "Optimize mysql tables"
minute: '51'
hour: '04'