Martin Polreich | 302a1d5 | 2017-06-21 12:46:33 +0200 | [diff] [blame] | 1 | parameters: |
Michal Kobus | 6f8f1d1 | 2018-03-28 18:33:32 +0200 | [diff] [blame] | 2 | _param: |
| 3 | alertmanager_notification_pushkin_host: ${_param:haproxy_pushkin_bind_host} |
| 4 | alertmanager_notification_pushkin_port: ${_param:haproxy_pushkin_bind_port} |
Martin Polreich | 302a1d5 | 2017-06-21 12:46:33 +0200 | [diff] [blame] | 5 | prometheus: |
| 6 | alertmanager: |
Michal Kobus | 6f8f1d1 | 2018-03-28 18:33:32 +0200 | [diff] [blame] | 7 | enabled: true |
Martin Polreich | 302a1d5 | 2017-06-21 12:46:33 +0200 | [diff] [blame] | 8 | config: |
| 9 | route: |
Martin Polreich | 302a1d5 | 2017-06-21 12:46:33 +0200 | [diff] [blame] | 10 | routes: |
Bartosz Kupidura | 679d22e | 2017-06-25 15:01:11 +0200 | [diff] [blame] | 11 | pushkin: |
| 12 | receiver: HTTP-pushkin |
Michal Kobus | c12b48a | 2018-04-13 19:09:17 +0200 | [diff] [blame] | 13 | match_re: |
| 14 | - label: route |
| 15 | value: '(.*pushkin.*)' |
Michal Kobus | e59ffcf | 2018-03-13 15:44:29 +0100 | [diff] [blame] | 16 | continue: true |
Bartosz Kupidura | 679d22e | 2017-06-25 15:01:11 +0200 | [diff] [blame] | 17 | receiver: |
| 18 | HTTP-pushkin: |
| 19 | enabled: true |
Martin Polreich | 302a1d5 | 2017-06-21 12:46:33 +0200 | [diff] [blame] | 20 | webhook_configs: |
Bartosz Kupidura | 679d22e | 2017-06-25 15:01:11 +0200 | [diff] [blame] | 21 | pushkin-vip: |
Ondrej Smola | 01cf64a | 2017-11-21 14:23:51 +0100 | [diff] [blame] | 22 | url: "http://${_param:alertmanager_notification_pushkin_host}:${_param:alertmanager_notification_pushkin_port}/webhook?app=stacklight_alertmanager" |
Martin Polreich | 302a1d5 | 2017-06-21 12:46:33 +0200 | [diff] [blame] | 23 | send_resolved: true |