1
0
Fork 0

v-m: Fix syntax in AlertManager config

The `group_by` field takes a list of label names, rather than a single
string.
etcd
Dustin 2024-07-06 07:13:27 -05:00
parent 952ab9f264
commit 8113e5a47f
1 changed files with 2 additions and 2 deletions

View File

@ -20,5 +20,5 @@ route:
- receiver: ntfy - receiver: ntfy
matchers: matchers:
- alertgroup=Frigate - alertgroup=Frigate
group_by: alertname group_by:
- alertname