From a10cbd4e27d944464cec88aaf49d8b8c354d26e1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 8 Jan 2026 21:41:29 +0200 Subject: Add Prometheus alert scraping with configurable timeout and host failover --- internal/run.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/run.go') diff --git a/internal/run.go b/internal/run.go index eed8ad5..f45f937 100644 --- a/internal/run.go +++ b/internal/run.go @@ -23,6 +23,7 @@ func Run(ctx context.Context, configFile string, renotify, force bool) { } state = runChecks(ctx, state, conf) + state = mergePrometheusAlerts(ctx, state, conf) state = mergeFederated(ctx, state, conf) if err := state.persist(); err != nil { -- cgit v1.2.3