Skip to content

Commit

Permalink
Issue #0000 feat: updated the slack rules (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaali09 authored Aug 8, 2020
1 parent 1bd2969 commit 6e41f95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kafka_topic_prefix: "{{ env_name }}"
app_es_server_count: "{{ groups['es'] | length }}"
log_es_server_count: "{{ groups['log-es-2'] | length }}"
log_es_threshold: 30
secor_job_count: "{{ secor_job_count | d(13) }}"
secor_job_count: "{{ secor_job_count | d(15) }}"

kafka_events_deviceprofile_backup_threshold: "{{ kafka_events_deviceprofile_backup_threshold }}"
kafka_events_channel_backup_threshold: "{{ kafka_events_channel_backup_threshold }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ alertmanager:
group_interval: 5m
repeat_interval: 4h
routes:
- receiver: slack
continue: true
- match:
module: dp
receiver: dp-slack
- receiver: slack
continue: true
{% for item in alert_teams %}
# Comment to ensure proper indentation while templating
- match_re:
Expand Down

0 comments on commit 6e41f95

Please sign in to comment.