Files
qpismont ede28f6d12 Extend monitoring and update portfolio
Add hostmetrics receiver and OTel Collector telemetry, and move
Alertmanager and Blackbox scraping to the collector. Raise collector
memory limits, restrict Blackbox to HTTP 200, and add collector and
Caddy down alerts with inhibition. Update portfolio title and copy.
2026-08-05 19:49:18 +00:00

18 lines
350 B
YAML

route:
receiver: ntfy
group_by: ['alertname']
repeat_interval: 8760h
group_wait: 10s
inhibit_rules:
- source_matchers:
- alertname = "CaddyDown"
target_matchers:
- alertname = "ServiceDown"
receivers:
- name: ntfy
webhook_configs:
- url: http://ntfy:80/alerts?template=alertmanager
send_resolved: true