Sign inSign up

linuxtips/alertmanager_alpine

By linuxtips

Updated over 7 years ago

Image to run AlertManager for Prometheus on Alpine Linux. #VAIIII

Image
13

1M+

linuxtips/alertmanager_alpine repository overview

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.

Tag summary

Content type

Image

Digest

Size

32 MB

Last updated

over 7 years ago

docker pull linuxtips/alertmanager_alpine