mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 11:27:00 +08:00
Fix typo "critial" in receiver routes
This commit is contained in:
parent
ccdfd22a41
commit
75b5dc2a3b
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ route:
|
||||||
- receiver: "pager"
|
- receiver: "pager"
|
||||||
group_wait: 10s
|
group_wait: 10s
|
||||||
match_re:
|
match_re:
|
||||||
severity: critial
|
severity: critical
|
||||||
continue: true
|
continue: true
|
||||||
|
|
||||||
receivers:
|
receivers:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue