deploy alerta on grafana.hosts.hamburg.ccc.de
All checks were successful
/ Ansible Lint (push) Successful in 2m31s
All checks were successful
/ Ansible Lint (push) Successful in 2m31s
This commit is contained in:
parent
5242a14eed
commit
b10d7d1592
8 changed files with 114 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue