This commit is contained in:
2024-03-03 18:43:33 +01:00
parent 97fd7efb16
commit bad36a2d7a
37 changed files with 2275 additions and 43 deletions

View File

@ -257,16 +257,16 @@ cron_user_entries:
hour: '*'
job: /root/bin/admin-stuff/check-connectivity.sh
- name: "Check if networking is enabled / active."
minute: '*/15'
hour: '*'
job: if ! $(systemctl is-enabled networking > /dev/null 2>&1) ; then systemctl enable networking ; fi
- name: "Check if Postfix Mailservice is up and running?"
minute: '*/15'
hour: '*'
job: /root/bin/monitoring/check_postfix.sh
- name: "Check hard disc usage."
minute: '43'
hour: '6'
job: /root/bin/admin-stuff/check-disc-usage.sh -c 85
# ---
# vars used by roles/common/tasks/users.yml
@ -360,6 +360,19 @@ sudo_users:
# see: roles/common/tasks/vars
# ---
# vars used by roles/common/tasks/copy_files.yml
# ---
copy_plain_files:
# /root/bin/monitoring
#
- name: admin_stuff_check_disc_usage
src_path: server25.warenform.de/root/bin/admin-stuff/conf/check-disc-usage.conf
dest_path: /root/bin/admin-stuff/conf/check-disc-usage.conf
# ---
# vars used by roles/common/tasks/caching-nameserver.yml
# ---