commit | f57a9edce574a495078be66227a182d480598def | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Mon Apr 23 10:07:31 2018 +0000 |
committer | Gerrit Code Review <gerrit2@49259fdfccf8> | Mon Apr 23 10:07:31 2018 +0000 |
tree | 6ab3fe3fdd5fab86cdb607d7db3985b622ea125b | |
parent | 5457edf881bacc782edcbc68150ecb22437ae734 [diff] | |
parent | 9ba9a117551c488b6ce4fff857ea83bb631ed0e7 [diff] |
Merge "typo"
diff --git a/prometheus/alertmanager/notification/email.yml b/prometheus/alertmanager/notification/email.yml index 4daec23..fdbc05e 100644 --- a/prometheus/alertmanager/notification/email.yml +++ b/prometheus/alertmanager/notification/email.yml
@@ -9,7 +9,7 @@ receiver: SMTP match_re: - label: route - value: email + value: '(.*email.*)' continue: true receiver: SMTP:
diff --git a/prometheus/alertmanager/notification/pushkin.yml b/prometheus/alertmanager/notification/pushkin.yml index 151801b..ec749d7 100644 --- a/prometheus/alertmanager/notification/pushkin.yml +++ b/prometheus/alertmanager/notification/pushkin.yml
@@ -10,6 +10,9 @@ routes: pushkin: receiver: HTTP-pushkin + match_re: + - label: route + value: '(.*pushkin.*)' continue: true receiver: HTTP-pushkin:
diff --git a/prometheus/alertmanager/notification/slack.yml b/prometheus/alertmanager/notification/slack.yml index 412e91f..a86c403 100644 --- a/prometheus/alertmanager/notification/slack.yml +++ b/prometheus/alertmanager/notification/slack.yml
@@ -7,6 +7,9 @@ routes: slack: receiver: HTTP-slack + match_re: + - label: route + value: '(.*slack.*)' continue: true receiver: HTTP-slack: