Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1372 from ciaranRoche/intly-8601
Browse files Browse the repository at this point in the history
intly-8601 add dummy/null receiver for UnifiedPushJavaHeapThresholdExceeded alert
  • Loading branch information
openshift-merge-robot authored Jun 30, 2020
2 parents 4f2fccd + a627f0c commit 61f854a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ Some of these changes may include:
* [INTLY-6525] - Updated heimdall version to release-1.0.1
* [INTLY-6512] - Heimdall installed by default
* [INTLY-7813] - New Alerts for Node CPU & Memory utilisation
* [INTLY-8459] - Fix 3Scale probe alerts

* [INTLY-8459] - Fix 3Scale probe alerts
* [INTLY-8601] - Add dummy/null reciever for UnifiedPushJavaHeapThresholdExceeded alert

### Removed


### Bug Fixes
* [INTLY-8385] - Added SOPs to 5 new alerts in 1.7.0
* [INTLY-8386] - Route RouterMeshConnectivityHealth and RouterMeshUndeliveredHealth to critical receiver
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- name: Configure AlertManager
block:
- name: get alertmanager route for alertmanager config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ route:
repeat_interval: 12h
receiver: default
routes:
- receiver: "null"
match:
alertname: UnifiedPushJavaHeapThresholdExceeded
- match_re:
alertname: ^RouterMeshConnectivityHealth$|^RouterMeshUndeliveredHealth$|^ComponentHealth$|^BrokerMemory$|^AuthenticationService$
receiver: critical
Expand Down Expand Up @@ -64,5 +67,6 @@ receivers:
webhook_configs:
- url: "{{ dms_webhook_url }}"
{% endif %}
- name: "null"
templates:
- '*.tmpl'

0 comments on commit 61f854a

Please sign in to comment.