mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
Fix typo "critial" in receiver routes (#389)
This commit is contained in:
parent
ccdfd22a41
commit
95fab18a2f
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