Alertmanager with 2 different receivers configured: logstash and slack.
100K+
It has 2 different receivers configured: logstash and slack.
You need to provide a valid slack api key and logstash endpoint. Both can be passed to the container as an environmental variable. For example:
docker run \
-e "SLACK_API=https://hooks.slack.com/services/MY/API/KEY" \
-e "LOGSTASH_URL=http://logstash:8080/" \
-e "ALERTMANAGER_URL=https://alertmanager.my.service.url/"
basi/alertmanager
You can provide an URL to make work the link in the Slack alerts.
Content type
Image
Digest
Size
5.5 MB
Last updated
over 9 years ago
docker pull basi/alertmanager