Skip to content

Commit

Permalink
chore: remove broken matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Sep 16, 2024
1 parent 90ca818 commit 930b824
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions monitoring/src/alertmanager/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ route:
- alertname = "KubePersistentVolumeFillingUp"
- namespace = "unchained"
- severity = "critical"
- persistentvolumeclaim !~ "thorchain-v1"
- receiver: "discord_critical"
group_by: ["alertname", "namespace", "statefulset"]
group_wait: 5m
Expand Down Expand Up @@ -111,7 +110,6 @@ route:
- alertname = "KubePersistentVolumeFillingUp"
- namespace = "unchained-dev"
- severity = "critical"
- persistentvolumeclaim !~ "thorchain-v1"
- receiver: "discord_dev"
group_by: ["alertname", "namespace", "statefulset"]
group_wait: 15m
Expand Down

0 comments on commit 930b824

Please sign in to comment.