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

@ -273,6 +273,11 @@ cron_user_entries:
hour: '*'
job: /root/bin/monitoring/check_postfix.sh
- name: "Check if NTP service 'ntpsec' is up and running?"
minute: '*/30'
hour: '*'
job: /root/bin/monitoring/check_ntpsec_service.sh
- name: "Check hard disc usage."
minute: '43'
hour: '6'
@ -281,7 +286,7 @@ cron_user_entries:
- name: "Check if cert(s) for Prosody service are up-zp-date"
minute: '13'
hour: '05'
job: /root/bin/monitoring/check_cert_for_service.sh
job: /root/bin/monitoring/check_cert_for_prosody.sh
- name: "Check if cert for coTURN service is up-to-date"
minute: '39'