blob: dd4f760b76adaffd1ae7b0d19e9734d7d8765cc3 [file] [log] [blame]
Martin Polreich302a1d52017-06-21 12:46:33 +02001parameters:
2 _param:
3 alertmanager_notification_pushkin_host: ${_param:haproxy_pushkin_bind_host}
4 alertmanager_notification_pushkin_port: ${_param:haproxy_pushkin_bind_port}
5parameters:
6 prometheus:
7 alertmanager:
8 config:
9 route:
Martin Polreich302a1d52017-06-21 12:46:33 +020010 routes:
Bartosz Kupidura679d22e2017-06-25 15:01:11 +020011 pushkin:
12 receiver: HTTP-pushkin
13 match_re:
14 - label: route
15 value: .+?
16 receiver:
17 HTTP-pushkin:
18 enabled: true
Martin Polreich302a1d52017-06-21 12:46:33 +020019 webhook_configs:
Bartosz Kupidura679d22e2017-06-25 15:01:11 +020020 pushkin-vip:
Ondrej Smola01cf64a2017-11-21 14:23:51 +010021 url: "http://${_param:alertmanager_notification_pushkin_host}:${_param:alertmanager_notification_pushkin_port}/webhook?app=stacklight_alertmanager"
Martin Polreich302a1d52017-06-21 12:46:33 +020022 send_resolved: true