Sign inSign up

ubuntu/alertmanager

Verified Publisher

By Canonical

Updated 11 days ago

Ubuntu Rock for Alertmanager. It handles alerts sent by client applications such as Prometheus.

Image
Monitoring & observability
1

10K+

ubuntu/alertmanager repository overview

ubuntu/alertmanager is a rock for alertmanager maintained by Canonical.

The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integrations such as email, PagerDuty, OpSGenie, or many other mechanisms thanks to the webhook receiver. It also takes care of silencing and inhibition of alerts.

[Learn more about alertmanager]

Tags and Architectures

NOTE: These tags follow a specific naming convention that respects the concept of channels.

TagsSupported untilVersionBaseArchitectures
0.34-26.04_stable
aliases0-26.04, 0-26.04_beta, 0-26.04_candidate, 0-26.04_edge, 0-26.04_stable, 0.34-26.04, 0.34-26.04_beta, 0.34-26.04_candidate, 0.34-26.04_edge
12/20260.3426.04amd64
0.31-26.04_stable
aliases0.31-26.04, 0.31-26.04_beta, 0.31-26.04_candidate, 0.31-26.04_edge
05/20310.3126.04amd64
View deprecated tags
TagsSupport ended onUpgrade Path
0.32-26.04_stable
aliases0.32-26.04, 0.32-26.04_beta, 0.32-26.04_candidate, 0.32-26.04_edge
08/2026 -
0.31-24.04_stable
aliases0-24.04, 0-24.04_beta, 0-24.04_candidate, 0-24.04_edge, 0-24.04_stable, 0.31-24.04, 0.31-24.04_beta, 0.31-24.04_candidate, 0.31-24.04_edge
05/2026 -
0.28.0-24.04_stable
aliases0.28-24.04, 0.28-24.04_beta, 0.28-24.04_candidate, 0.28-24.04_edge, 0.28-24.04_stable, 0.28.0-24.04, 0.28.0-24.04_beta, 0.28.0-24.04_candidate, 0.28.0-24.04_edge
04/2025 -
0.27.0-22.04_stable
aliases0-22.04, 0-22.04_beta, 0-22.04_candidate, 0-22.04_edge, 0-22.04_stable, 0.27-22.04, 0.27-22.04_beta, 0.27-22.04_candidate, 0.27-22.04_edge, 0.27-22.04_stable, 0.27.0-22.04, 0.27.0-22.04_beta, 0.27.0-22.04_candidate, 0.27.0-22.04_edge
03/2025 -
0.25.0-22.04_stable
aliases0.25-22.04, 0.25-22.04_beta, 0.25-22.04_candidate, 0.25-22.04_edge, 0.25-22.04_stable, 0.25.0-22.04, 0.25.0-22.04_beta, 0.25.0-22.04_candidate, 0.25.0-22.04_edge
03/2025 -
0.26.0-22.04_stable
aliases0.26-22.04, 0.26-22.04_beta, 0.26-22.04_candidate, 0.26-22.04_edge, 0.26-22.04_stable, 0.26.0-22.04, 0.26.0-22.04_beta, 0.26.0-22.04_candidate, 0.26.0-22.04_edge
03/2025 -

Get started

This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.

[Learn more about Pebble]

Inspect

To view the Pebble services and checks defined in this rock:

docker run --rm ubuntu/alertmanager:0.32-26.04_stable plan
Run

To run this rock, use any of the usual container runtimes, for example, docker:

docker run --name alertmanager-container \
    -p 9093:9093 \
    ubuntu/alertmanager:0.32-26.04_stable

Alertmanager starts on port 9093. Access your Alertmanager instance at http://localhost:9093.

Get logs

To view the logs of the running container, run:

docker exec alertmanager-container pebble logs

Or, for a specific service:

docker exec alertmanager-container pebble logs <service>
Monitor health checks

Rocks may have predefined health checks that you can list by running:

docker exec alertmanager-container pebble checks

The overall health of your container can be inspected via:

docker exec alertmanager-container pebble health

Configuration

Environment variables
OptionDescriptionDefault
TZTimezone.UTC
Volumes
OptionDescriptionDefault
-v <path>:/etc/prometheus/alertmanager.ymlLocal configuration file alertmanager.yml.None
-v <path>:/alertmanagerPersist data instead of initializing a new database for each newly launched container. The host data directory should belong to nogroup:nobody.None
Ports
OptionDescriptionDefault
-p <port>:9093Expose port 9093 on the host.None

[Report a bug] [Contribute]

Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.

Tag summary

Content type

Image

Digest

sha256:44b195504

Size

79 MB

Last updated

11 days ago

docker pull ubuntu/alertmanager:0.34-26.04_stable

This week's pulls

Pulls:

294

Last week