set repeat_interval for fux and try restore telegram channel
This commit is contained in:
parent
9b444ec4c4
commit
5fe5304463
1 changed files with 13 additions and 7 deletions
|
@ -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",
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue