Martin Polreich | 302a1d5 | 2017-06-21 12:46:33 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | alertmanager_notification_pushkin_host: ${_param:haproxy_pushkin_bind_host} |
| 4 | alertmanager_notification_pushkin_port: ${_param:haproxy_pushkin_bind_port} |
| 5 | parameters: |
| 6 | prometheus: |
| 7 | alertmanager: |
| 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 |
| 13 | match_re: |
| 14 | - label: route |
| 15 | value: .+? |
| 16 | receiver: |
| 17 | HTTP-pushkin: |
| 18 | enabled: true |
Martin Polreich | 302a1d5 | 2017-06-21 12:46:33 +0200 | [diff] [blame] | 19 | webhook_configs: |
Bartosz Kupidura | 679d22e | 2017-06-25 15:01:11 +0200 | [diff] [blame] | 20 | pushkin-vip: |
| 21 | url: "${_param:alertmanager_notification_pushkin_host}:${_param:alertmanager_notification_pushkin_port}/webhook?app=stacklight" |
Martin Polreich | 302a1d5 | 2017-06-21 12:46:33 +0200 | [diff] [blame] | 22 | send_resolved: true |