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.
18 lines
350 B
YAML
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
|