Skip to content

Commit 83f5864

Browse files
jchristgitjb3
authored andcommitted
Only deliver moderation alerts to the mod team
The DevOps team does not concern itself with the problems of the chat platform's moderator team.
1 parent 1d34b0f commit 83f5864

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

kubernetes/namespaces/monitoring/alerts/alertmanager.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@ route:
77
group_interval: 1m
88

99
routes:
10-
- receiver: devops-team
11-
continue: true
1210
- receiver: mod-team
1311
matchers:
1412
- additional_destination="mods"
15-
continue: true
13+
1614
- receiver: pagerduty
1715
matchers:
1816
- severity="page"
1917
continue: true
20-
- receiver: email
18+
- receiver: devops-team
2119
continue: true
20+
- receiver: email
2221

2322
receivers:
2423
- name: devops-team

0 commit comments

Comments
 (0)