VictoriaMetrics/deployment/docker/alertmanager.yml
Roman Khavronenko 7bd420cbfe
docker-compose: add blackhole receiver for alertmanager (#999)
Currently, alertmanager spams logs with `Notify attempt failed, will retry later` message
because default receiver is unreachable. The change updates default configuration with
blackhole receiver which means alertmanager will continue to accept alerts but won't make
attempts to send them anywhere.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/995
2021-01-07 23:33:53 +02:00

5 lines
61 B
YAML

route:
receiver: blackhole
receivers:
- name: blackhole