grafana: alertmanager settings
Some checks failed
/ Ansible Lint (push) Failing after 2m2s

This commit is contained in:
chris 2025-06-04 22:36:57 +02:00
commit 00bcd45111
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 20 additions and 0 deletions

View file

@ -13,10 +13,12 @@ route:
- org = "ccchh"
- severity = "critical",
receiver: ntfy-ccchh-critical
repeat_interval: 18h
- matchers:
- org = "ccchh"
- severity =~ "info|warning",
receiver: ntfy-ccchh
repeat_interval: 36h
- matchers:
- org = "fux"
- severity = "critical",
@ -31,6 +33,7 @@ route:
- org = "ccchh"
- severity =~ "info|warning|critical"
receiver: ccchh-infrastructure-alerts
repeat_interval: 6h
templates:
- "/etc/alertmanager/templates/*.tmpl"