blob: 905a292f5a9b8ded4bd7d48303ac5687af3640e6 [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:
21 url: "${_param:alertmanager_notification_pushkin_host}:${_param:alertmanager_notification_pushkin_port}/webhook?app=stacklight"
Martin Polreich302a1d52017-06-21 12:46:33 +020022 send_resolved: true