deploy alerta on grafana.hosts.hamburg.ccc.de
All checks were successful
/ Ansible Lint (push) Successful in 2m31s

This commit is contained in:
lilly 2026-04-23 22:36:45 +02:00
commit b10d7d1592
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
8 changed files with 114 additions and 3 deletions

View file

@ -9,6 +9,9 @@ route:
group_interval: 5m
repeat_interval: 26h
routes:
- receiver: alerta
matchers: {}
continue: true
- receiver: "null"
matchers:
- sendAlert = "false"
@ -73,3 +76,8 @@ receivers:
smarthost: "cow.hamburg.ccc.de:587"
auth_username: "alert-manager@hamburg.ccc.de"
auth_password: {{ secret__alert_manager_email_password }}
- name: "alerta"
webhook_configs:
- url: "http://alerta.hamburg.ccc.de/webhooks/prometheus"
send_resolved: true