commit | e59ffcfd42d454147638bbde6da61531f58a11a5 | [log] [tgz] |
---|---|---|
author | Michal Kobus <mkobus@mirantis.com> | Tue Mar 13 15:44:29 2018 +0100 |
committer | Michal Kobus <mkobus@mirantis.com> | Tue Mar 13 15:44:29 2018 +0100 |
tree | de67412e3159dd49eb96873d7b9fa2449d787fb9 | |
parent | d9550082248816acf8be8937a11f968cd9da4618 [diff] |
remove match_re param This configuration enables by default notifications with pushkin and slack. Change-Id: Ibad3de24116b6467683652d8eb3357745c5dff44
diff --git a/prometheus/alertmanager/notification/pushkin.yml b/prometheus/alertmanager/notification/pushkin.yml index dd4f760..a78b6fd 100644 --- a/prometheus/alertmanager/notification/pushkin.yml +++ b/prometheus/alertmanager/notification/pushkin.yml
@@ -10,9 +10,7 @@ routes: pushkin: receiver: HTTP-pushkin - match_re: - - label: route - value: .+? + continue: true receiver: HTTP-pushkin: enabled: true
diff --git a/prometheus/alertmanager/notification/slack.yml b/prometheus/alertmanager/notification/slack.yml index c33e013..2158adb 100644 --- a/prometheus/alertmanager/notification/slack.yml +++ b/prometheus/alertmanager/notification/slack.yml
@@ -6,9 +6,6 @@ routes: slack: receiver: HTTP-slack - match_re: - - label: route - value: slack receiver: HTTP-slack: enabled: true