v-m: Fix syntax in AlertManager config
The `group_by` field takes a list of label names, rather than a single string.
This commit is contained in:
@@ -20,5 +20,5 @@ route:
|
|||||||
- receiver: ntfy
|
- receiver: ntfy
|
||||||
matchers:
|
matchers:
|
||||||
- alertgroup=Frigate
|
- alertgroup=Frigate
|
||||||
group_by: alertname
|
group_by:
|
||||||
|
- alertname
|
||||||
|
|||||||
Reference in New Issue
Block a user