mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-27 14:05:17 +02:00
This test scans all roles for tasks including: - include_role: name: sys-service If present, the role must define a non-empty 'system_service_id' in vars/main.yml. Helps enforce consistency and prevent misconfiguration. Ref: https://chatgpt.com/share/68a536e5-c384-800f-937a-f9d91249950c
sys-ctl-hlth-disc-space
Description
Monitors disk-space usage and alerts if any filesystem usage exceeds your defined threshold.
Features
- Uses
df
to gather current usage. - Compares against
size_percent_disc_space_warning
threshold. - Sends failure alerts via
sys-ctl-alm-compose
. - Runs on a configurable systemd timer.