AS A network operator I WANT alerting rules that trigger UI highlights/toasts and send webhooks on critical events SO THAT critical conditions are surfaced and external systems can be notified
Additional acceptance criteria:
[ ] Alert rules configurable in YAML config (thresholds, durations, webhook URL)
[ ] Alerts produce in-app notifications and visual highlights
[ ] Webhook payload documented and delivered reliably (retries/backoff)
Tasks:
Implement alert evaluation engine that consumes StatsAggregator outputs
Build UI alerts panel and toast mechanism
Implement webhook sender with retries and error handling
Add unit tests for alert logic and webhook delivery logic
AS A network operator I WANT alerting rules that trigger UI highlights/toasts and send webhooks on critical events SO THAT critical conditions are surfaced and external systems can be notified
Additional acceptance criteria:
[ ] Alert rules configurable in YAML config (thresholds, durations, webhook URL)
[ ] Alerts produce in-app notifications and visual highlights
[ ] Webhook payload documented and delivered reliably (retries/backoff)
Tasks:
Implement alert evaluation engine that consumes StatsAggregator outputs
Build UI alerts panel and toast mechanism
Implement webhook sender with retries and error handling
Add unit tests for alert logic and webhook delivery logic