mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-26 06:43:10 +00:00
- Replace jvm_filters with unified memory_filters (JVM + Redis helpers) - Add redis_maxmemory_mb filter and unit tests - Introduce sys-ctl-cln-docker role (systemd-based Docker prune + anon volumes) - Refactor disk space health check to Python script and wire SIZE_PERCENT_CLEANUP_DISC_SPACE - Adjust schedules and services for Docker cleanup and disk space health See discussion: https://chatgpt.com/share/6925c1c5-ee38-800f-84b6-da29ccfa7537
sys-ctl-hlth-disc-space
Description
Monitors disk-space usage and alerts if any filesystem usage exceeds your defined threshold.
Features
- Uses
dfto gather current usage. - Compares against
size_percent_disc_space_warningthreshold. - Sends failure alerts via
sys-ctl-alm-compose. - Runs on a configurable systemd timer.