grafana: setup sendAlert = false receiver to mute alert
Some checks failed
/ Ansible Lint (push) Failing after 1m57s

This commit is contained in:
chris 2025-07-16 22:54:57 +02:00
commit 9f0c276240
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -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