v-m: alertmanager: Group disk usage alerts
Some machines have the same volume mounted multiple times (e.g. container hosts, BURP). Alerts will fire for all of these simultaneously when the filesystem usage passes the threshold. To avoid getting spammed with a bunch of messages about the same filesystem, we'll group alerts from the same machine.xactmon-doc
parent
02001f61db
commit
7dffb5195a
|
@ -17,6 +17,11 @@ route:
|
||||||
- '...'
|
- '...'
|
||||||
receiver: ntfy
|
receiver: ntfy
|
||||||
routes:
|
routes:
|
||||||
|
- receiver: ntfy
|
||||||
|
matchers:
|
||||||
|
- alertname=DiskUsage
|
||||||
|
group_by:
|
||||||
|
- instance
|
||||||
- receiver: ntfy
|
- receiver: ntfy
|
||||||
matchers:
|
matchers:
|
||||||
- alertgroup=Frigate
|
- alertgroup=Frigate
|
||||||
|
|
Loading…
Reference in New Issue