Add disk usage snapshot reports

This commit is contained in:
2026-02-08 02:21:15 +03:00
parent 3df9db3bf7
commit c34a142698
5 changed files with 70 additions and 1 deletions

View File

@@ -29,6 +29,14 @@ This project uses `config.yaml`. Start from `config.example.yaml`.
- `smart_cooldown_sec` (int): SMART alert cooldown.
- `smart_temp_warn` (int): SMART temperature warning (C).
## disk_report
- `threshold` (int): Disk usage threshold for auto snapshot.
- `cooldown_sec` (int): Cooldown between snapshots.
- `top_dirs` (int): How many directories to show.
- `docker_dir` (string): Path to docker data.
- `logs_dir` (string): Path to logs.
## audit
- `enabled` (bool): Enable audit logging.