Add SSL expiry alerts

This commit is contained in:
2026-02-08 02:12:54 +03:00
parent 45756636b9
commit aab54d4108
5 changed files with 77 additions and 0 deletions

View File

@@ -58,6 +58,10 @@ Used for SSL certificate status.
- `secret` (string): Login password.
- `token` (string): Optional static token (not recommended if it expires).
- `verify_tls` (bool): Set to `false` for self-signed TLS.
- `alerts.enabled` (bool): Enable expiry notifications.
- `alerts.days` (list): Thresholds in days (e.g. 30/14/7/1).
- `alerts.cooldown_sec` (int): Cooldown between identical alerts.
- `alerts.interval_sec` (int): Check interval.
Token flow: