alertmanager
Some checks failed
/ Ansible Lint (push) Failing after 2m20s

set repeat_interval for fux and try restore telegram channel
This commit is contained in:
chris 2025-06-04 03:01:12 +02:00
commit 5fe5304463
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -7,24 +7,30 @@ route:
group_by: [ "alertname", "site", "type", "hypervisor" ]
group_wait: 30s
group_interval: 5m
repeat_interval: 3h
repeat_interval: 6h
routes:
- matchers:
- org = "ccchh"
- severity = "critical",
- org = "ccchh"
- severity = "critical",
receiver: ntfy-ccchh-critical
- matchers:
- org = "fux"
- severity = "critical",
receiver: ntfy-fux-critical
- matchers:
- org = "ccchh"
- severity =~ "info|warning",
receiver: ntfy-ccchh
- matchers:
- org = "fux"
- severity = "critical",
receiver: ntfy-fux-critical
repeat_interval: 18h
- matchers:
- org = "fux"
- severity =~ "info|warning",
receiver: ntfy-fux
repeat_interval: 36h
- matchers:
- org = "ccchh"
- severity =~ "info|warning|critical"
receiver: ccchh-infrastructure-alerts
templates:
- "/etc/alertmanager/templates/*.tmpl"