Skip to content

bvis/docker-alertmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

basi/alertmanager

It has 2 different receivers configured: logstash and slack.

How to run it

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/" \
  basi/alertmanager

About

Alertmanager with Slack and logstash receivers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages