blob: ec749d7077927750b0ec3cf31b97fea40161dcef [file] [log] [blame]
Martin Polreich302a1d52017-06-21 12:46:33 +02001parameters:
Michal Kobus6f8f1d12018-03-28 18:33:32 +02002 _param:
3 alertmanager_notification_pushkin_host: ${_param:haproxy_pushkin_bind_host}
4 alertmanager_notification_pushkin_port: ${_param:haproxy_pushkin_bind_port}
Martin Polreich302a1d52017-06-21 12:46:33 +02005 prometheus:
6 alertmanager:
Michal Kobus6f8f1d12018-03-28 18:33:32 +02007 enabled: true
Martin Polreich302a1d52017-06-21 12:46:33 +02008 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
Michal Kobusc12b48a2018-04-13 19:09:17 +020013 match_re:
14 - label: route
15 value: '(.*pushkin.*)'
Michal Kobuse59ffcf2018-03-13 15:44:29 +010016 continue: true
Bartosz Kupidura679d22e2017-06-25 15:01:11 +020017 receiver:
18 HTTP-pushkin:
19 enabled: true
Martin Polreich302a1d52017-06-21 12:46:33 +020020 webhook_configs:
Bartosz Kupidura679d22e2017-06-25 15:01:11 +020021 pushkin-vip:
Ondrej Smola01cf64a2017-11-21 14:23:51 +010022 url: "http://${_param:alertmanager_notification_pushkin_host}:${_param:alertmanager_notification_pushkin_port}/webhook?app=stacklight_alertmanager"
Martin Polreich302a1d52017-06-21 12:46:33 +020023 send_resolved: true