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_by: [ "alertname", "site", "type", "hypervisor" ]
|
||||||
group_wait: 30s
|
group_wait: 30s
|
||||||
group_interval: 5m
|
group_interval: 5m
|
||||||
repeat_interval: 3h
|
repeat_interval: 6h
|
||||||
routes:
|
routes:
|
||||||
- matchers:
|
- matchers:
|
||||||
- org = "ccchh"
|
- org = "ccchh"
|
||||||
- severity = "critical",
|
- severity = "critical",
|
||||||
receiver: ntfy-ccchh-critical
|
receiver: ntfy-ccchh-critical
|
||||||
- matchers:
|
|
||||||
- org = "fux"
|
|
||||||
- severity = "critical",
|
|
||||||
receiver: ntfy-fux-critical
|
|
||||||
- matchers:
|
- matchers:
|
||||||
- org = "ccchh"
|
- org = "ccchh"
|
||||||
- severity =~ "info|warning",
|
- severity =~ "info|warning",
|
||||||
receiver: ntfy-ccchh
|
receiver: ntfy-ccchh
|
||||||
|
- matchers:
|
||||||
|
- org = "fux"
|
||||||
|
- severity = "critical",
|
||||||
|
receiver: ntfy-fux-critical
|
||||||
|
repeat_interval: 18h
|
||||||
- matchers:
|
- matchers:
|
||||||
- org = "fux"
|
- org = "fux"
|
||||||
- severity =~ "info|warning",
|
- severity =~ "info|warning",
|
||||||
receiver: ntfy-fux
|
receiver: ntfy-fux
|
||||||
|
repeat_interval: 36h
|
||||||
|
- matchers:
|
||||||
|
- org = "ccchh"
|
||||||
|
- severity =~ "info|warning|critical"
|
||||||
|
receiver: ccchh-infrastructure-alerts
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
- "/etc/alertmanager/templates/*.tmpl"
|
- "/etc/alertmanager/templates/*.tmpl"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue