openeuler/alertmanagerThe official Alertmanager docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Alertmanager docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
The Alertmanager handles alerts sent by client applications (such as a Prometheus server). It is responsible for deduplication, grouping, and routing them to the correct sink integration, such as email, PagerDuty, OpsGenie, or many other mechanisms with the help of a webhook receiver. It is also responsible for silencing and suppressing alerts. Read more on the official documentation.
The tag of each alertmanager docker image is consist of the version of alertmanager and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 0.30.1-oe2403sp3 | alertmanager 0.30.1 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 0.30.0-oe2403sp2 | alertmanager 0.30.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 0.27.0-oe2003sp4 | Alertmanager 0.27.0 on openEuler 20.03-LTS-SP4 | amd64, arm64 |
| 0.27.0-oe2203sp1 | Alertmanager 0.27.0 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 0.27.0-oe2203sp3 | Alertmanager 0.27.0 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 0.27.0-oe2203sp4 | Alertmanager 0.27.0 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 0.27.0-oe2403lts | Alertmanager 0.27.0 on openEuler 24.03-LTS | amd64, arm64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
Pull the openeuler/alertmanager image from docker
bashdocker pull openeuler/alertmanager:{Tag}
Start a alertmaanger instance
bashdocker run -d --name my-alertmanager -p 9093:9093 openeuler/alertmanager:{Tag}
After the instance my-alertmanager is started, access the alertmanager service through http://localhost:9093.
Container startup options
| Option | Description |
|---|---|
-p 9093:9093 | Expose alertmanager on localhost:9093. |
-v /local/path/to/website:/var/www/html | Mount and serve a local website. |
-v /path/to/alertmanager.yml:/etc/prometheus/alertmanager.yml | Local configuration file alertmanager.yml. |
-v /path/to/persisted/data:/alertmaanger | Persist data instead of initializing a new database for each newly launched container. |
View container running logs
bashdocker logs -f my-alertmaanger
To get an interactive shell
bashdocker exec -it my-alertmaanger /bin/bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.



manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务