Commit 01acbd6
Release v2.14.0
Configurable alert confirmation, plus three bug fixes that caused reminder
alerts to fire every probe interval instead of every reminderMinutes:
- setTargets/addTarget were dropping last_alert_at on every config save
- PUT /api/monitor/config silently dropped alertConfirmCount/alertConfirmDelayMinutes
- wasDown now treats down and very_slow as the same down state
Also: backend dev watcher swapped to nodemon --legacy-watch so that atomic-
replace writes (which change inode) trigger reload reliably. Frontend vite
watcher hardened with usePolling for the same reason.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 6136eeb commit 01acbd6
15 files changed
Lines changed: 749 additions & 35 deletions
File tree
- backend
- src
- __tests__
- routes
- services
- validation
- frontend
- src
- components
- hooks
- i18n
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
7 | 21 | | |
8 | 22 | | |
9 | 23 | | |
| |||
0 commit comments