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
|
group_interval: 5m
|
||||||
repeat_interval: 6h
|
repeat_interval: 6h
|
||||||
routes:
|
routes:
|
||||||
|
- receiver: "null"
|
||||||
|
matchers:
|
||||||
|
- sendAlert = "false"
|
||||||
- receiver: ntfy-ccchh-critical
|
- receiver: ntfy-ccchh-critical
|
||||||
matchers:
|
matchers:
|
||||||
- org = "ccchh"
|
- org = "ccchh"
|
||||||
|
@ -48,6 +51,7 @@ templates:
|
||||||
- "/etc/alertmanager/templates/*.tmpl"
|
- "/etc/alertmanager/templates/*.tmpl"
|
||||||
|
|
||||||
receivers:
|
receivers:
|
||||||
|
- name: "null"
|
||||||
- name: "ccchh-infrastructure-alerts"
|
- name: "ccchh-infrastructure-alerts"
|
||||||
telegram_configs:
|
telegram_configs:
|
||||||
- send_resolved: true
|
- send_resolved: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue