blob: 905a292f5a9b8ded4bd7d48303ac5687af3640e6 [file] [log] [blame]
parameters:
_param:
alertmanager_notification_pushkin_host: ${_param:haproxy_pushkin_bind_host}
alertmanager_notification_pushkin_port: ${_param:haproxy_pushkin_bind_port}
parameters:
prometheus:
alertmanager:
config:
route:
routes:
pushkin:
receiver: HTTP-pushkin
match_re:
- label: route
value: .+?
receiver:
HTTP-pushkin:
enabled: true
webhook_configs:
pushkin-vip:
url: "${_param:alertmanager_notification_pushkin_host}:${_param:alertmanager_notification_pushkin_port}/webhook?app=stacklight"
send_resolved: true