summaryrefslogtreecommitdiff
path: root/internal/prometheus_test.go
AgeCommit message (Collapse)Author
2026-01-10fix prometheus handlingPaul Buetow
2026-01-08Add special handling for Prometheus Watchdog alertPaul Buetow
- Treat firing Watchdog as OK status to confirm Alertmanager is working - Treat absent/non-firing Watchdog as CRITICAL to alert on Alertmanager issues - Add comprehensive tests for both scenarios
2026-01-08Add Prometheus alert scraping with configurable timeout and host failoverPaul Buetow