Skip to content

Commit

Permalink
chore: disable volume alert for thorchain-v1 (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight authored Sep 5, 2024
1 parent 560fd06 commit 137423d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monitoring/src/alertmanager/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ route:
- alertname = "KubePersistentVolumeFillingUp"
- namespace = "unchained"
- severity = "critical"
- asset != "thorchain-v1"
- receiver: "discord_critical"
group_by: ["alertname", "namespace", "statefulset"]
group_wait: 5m
Expand Down Expand Up @@ -110,6 +111,7 @@ route:
- alertname = "KubePersistentVolumeFillingUp"
- namespace = "unchained-dev"
- severity = "critical"
- asset != "thorchain-v1"
- receiver: "discord_dev"
group_by: ["alertname", "namespace", "statefulset"]
group_wait: 15m
Expand Down

0 comments on commit 137423d

Please sign in to comment.