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.etcd
parent
9b26753e73
commit
952ab9f264
|
@ -16,3 +16,9 @@ route:
|
||||||
group_by:
|
group_by:
|
||||||
- '...'
|
- '...'
|
||||||
receiver: ntfy
|
receiver: ntfy
|
||||||
|
routes:
|
||||||
|
- receiver: ntfy
|
||||||
|
matchers:
|
||||||
|
- alertgroup=Frigate
|
||||||
|
group_by: alertname
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue