Skip to content

Commit

Permalink
rule_config.yml.j2: Make 'warn' severity generate URGENT email for now
Browse files Browse the repository at this point in the history
We need it till Amnon merges the PR that makes InstanceDown an 'error'.
Right now it's 'warning'.

Signed-off-by: Vlad Zolotarov <[email protected]>
  • Loading branch information
vladzcloudius committed Oct 26, 2023
1 parent 1c1c3c7 commit 85f20f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible-scylla-monitoring/templates/rule_config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ route:
- match:
severity: "3"
receiver: team-X-mails-urgent
- match:
severity: "warn"
receiver: team-X-mails-urgent
- match:
severity: "error"
receiver: team-X-mails-urgent
Expand Down

0 comments on commit 85f20f8

Please sign in to comment.