alertmanager_alpine icon indicating copy to clipboard operation
alertmanager_alpine copied to clipboard

Prometheus AlertManager running on Alpine Linux.

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.