update...

This commit is contained in:
2025-04-21 11:03:43 +02:00
parent 4ca783c392
commit 1b53d23b9b
123 changed files with 26575 additions and 186 deletions

View File

@ -113,6 +113,7 @@ resolved_nameserver:
#
#resolved_domains: []
resolved_domains:
- ~.
- akb.netz
resolved_dnssec: false
@ -148,9 +149,13 @@ cron_user_entries:
job: /root/crontab/backup-rcopy/rcopy.sh
- name: "Check if Postfix Mailservice is up and running. Restart service if needed."
minute: "*/15"
minute: "*/10"
job: /root/bin/monitoring/check_postfix.sh
- name: "Check Postfix E-Mail LOG file for 'fatal' errors."
minute: "*/30"
job: /root/bin/postfix/check-postfix-fatal-errors.sh
- name: "Check if CUPS main daemon is up and running. Restart service if needed."
minute: "*/30"
hour: "7-22"
@ -161,6 +166,11 @@ cron_user_entries:
hour: "7-22"
job: /root/bin/monitoring/check_cups-browsed.sh
- name: "Cleanup camera files."
minute: "42"
hour: "23"
job: /root/bin/admin-stuff/cleanup_from_old_files.sh
cron_user_special_time_entries: