Skip to content

badtuxx/alertmanager_alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

AlertManager on Alpine

To run this image, execute:

# docker container run -d --name alertmanager -p 9093:9093 linuxtips/alertmanager_alpine

Open http://your_ip:9093 to access the interface of AlertManager.

To view the logs, execute:

# docker container logs -f <container_id>

To create a swarm service, execute:

# docker service create --name alertmanager -p 9093:9093 linuxtips/alertmanager_alpine

PS: Edit /etc/alertmanager/config.yml to put your Slack's config.

About

Prometheus AlertManager running on Alpine Linux.

Resources

Stars

Watchers

Forks

Packages

No packages published