monitoring: bring EmailRoundtripStale threshold docs in sync with for:20m
Doc claimed >40m; actual fire time is 80m (60m last-success threshold +
20m 'for'). Stale since pre-existing config; now re-stale after raising
'for' from 10m to 20m in 9b4970da. Files out of sync only on this one
alert row.
This commit is contained in:
parent
9b4970da61
commit
4a343c33f0
2 changed files with 2 additions and 2 deletions
|
|
@ -231,7 +231,7 @@ Push secrets (`BREVO_API_KEY`, `EMAIL_MONITOR_IMAP_PASSWORD`) come from External
|
|||
|-------|-----------|----------|
|
||||
| MailServerDown | No replicas for 5m | warning |
|
||||
| EmailRoundtripFailing | Probe failing for 30m | warning |
|
||||
| EmailRoundtripStale | No success in >40m | warning |
|
||||
| EmailRoundtripStale | No success in >80m (60m threshold + for:20m) | warning |
|
||||
| EmailRoundtripNeverRun | Metric absent for 40m | warning |
|
||||
|
||||
### Uptime Kuma Monitors
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ spec:
|
|||
|
||||
#### Email Monitoring Alerts
|
||||
- **EmailRoundtripFailing**: E2E email probe returning failure for >30m
|
||||
- **EmailRoundtripStale**: No successful email round-trip in >40m
|
||||
- **EmailRoundtripStale**: No successful email round-trip in >80m (60m threshold + for:20m)
|
||||
- **EmailRoundtripNeverRun**: Email probe has never reported (40m)
|
||||
|
||||
#### Registry Integrity Alerts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue