v-m: alertmanager: Group camera notifications
When Frigate is down, multiple alerts are generated for each camera, as Home Assistant creates camera entities for each tracked object. This is extremely annoying, not to mention unnecessary. To address this, we'll configure AlertManager to send a single notification for alerts in the group.
This commit is contained in:
@@ -16,3 +16,9 @@ route:
|
|||||||
group_by:
|
group_by:
|
||||||
- '...'
|
- '...'
|
||||||
receiver: ntfy
|
receiver: ntfy
|
||||||
|
routes:
|
||||||
|
- receiver: ntfy
|
||||||
|
matchers:
|
||||||
|
- alertgroup=Frigate
|
||||||
|
group_by: alertname
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user