diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-08 21:41:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-08 21:41:29 +0200 |
| commit | a10cbd4e27d944464cec88aaf49d8b8c354d26e1 (patch) | |
| tree | 0bdd0a23fbb8939c15544b857c74101cb5721a6c /internal/run.go | |
| parent | f5cffe240c44045684d4f74981235b060828550e (diff) | |
Add Prometheus alert scraping with configurable timeout and host failover
Diffstat (limited to 'internal/run.go')
| -rw-r--r-- | internal/run.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
