Skip to content

Commit

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

0 comments on commit 5f37891

Please sign in to comment.