Document high_load_warn threshold

This commit is contained in:
2026-02-08 01:22:53 +03:00
parent 4989314e2b
commit 4eb202c2ed
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,8 @@ This project uses `config.yaml`. Start from `config.example.yaml`.
## thresholds
- `disk_warn` (int, percent): Disk usage warning threshold.
- `load_warn` (float): System load warning threshold.
- `load_warn` (float): Load warning threshold.
- `high_load_warn` (float): Critical load threshold.
## alerts