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 | e59ffcf | 2018-03-13 15:44:29 +0100 | [diff] [blame] | 13 | continue: true |
Bartosz Kupidura | 679d22e | 2017-06-25 15:01:11 +0200 | [diff] [blame] | 14 | receiver: |
| 15 | HTTP-pushkin: |
| 16 | enabled: true |
Martin Polreich | 302a1d5 | 2017-06-21 12:46:33 +0200 | [diff] [blame] | 17 | webhook_configs: |
Bartosz Kupidura | 679d22e | 2017-06-25 15:01:11 +0200 | [diff] [blame] | 18 | pushkin-vip: |
Ondrej Smola | 01cf64a | 2017-11-21 14:23:51 +0100 | [diff] [blame] | 19 | 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] | 20 | send_resolved: true |