v-m: Fix syntax in AlertManager config
The `group_by` field takes a list of label names, rather than a single string.etcd
parent
952ab9f264
commit
8113e5a47f
|
@ -20,5 +20,5 @@ route:
|
|||
- receiver: ntfy
|
||||
matchers:
|
||||
- alertgroup=Frigate
|
||||
group_by: alertname
|
||||
|
||||
group_by:
|
||||
- alertname
|
||||
|
|
Loading…
Reference in New Issue