Another big round of refactoring and cleaning...

This commit is contained in:
2025-07-11 17:55:26 +02:00
parent aa61bf2a44
commit 168c5c0da6
323 changed files with 761 additions and 811 deletions

View File

@@ -0,0 +1,10 @@
# sys-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-alm-compose`.
- Runs on a configurable systemd timer.