grafana: setup sendAlert = false receiver to mute alert
Some checks failed
/ Ansible Lint (push) Failing after 1m57s
Some checks failed
/ Ansible Lint (push) Failing after 1m57s
This commit is contained in:
parent
c119f91aeb
commit
9f0c276240
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,9 @@ route:
|
|||
group_interval: 5m
|
||||
repeat_interval: 6h
|
||||
routes:
|
||||
- receiver: "null"
|
||||
matchers:
|
||||
- sendAlert = "false"
|
||||
- receiver: ntfy-ccchh-critical
|
||||
matchers:
|
||||
- org = "ccchh"
|
||||
|
@ -48,6 +51,7 @@ templates:
|
|||
- "/etc/alertmanager/templates/*.tmpl"
|
||||
|
||||
receivers:
|
||||
- name: "null"
|
||||
- name: "ccchh-infrastructure-alerts"
|
||||
telegram_configs:
|
||||
- send_resolved: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue