1
0
Fork 0

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
Dustin 2024-08-17 10:59:05 -05:00
parent 02001f61db
commit 7dffb5195a
1 changed files with 5 additions and 0 deletions

View File

@ -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