Skip to main content

All Questions

0 votes
0 answers
220 views

Configure custom Prometheus Alertmanager templates in docker-compose

Could you help me configure the Prometheus Alertmanager custom templates in docker-compose? I tried to write down the path to the templates, but seems I do something wrong. There is a code of my ...
rzs's user avatar
  • 1
1 vote
0 answers
391 views

Monitoring host traffic with node-exporter running in container not in local network

I'm using docker swarm and a public network for my containers. But I need to monitor traffic usage on the machine hosting the container (whichever that is). node_network_receive_bytes_total seems to ...
Mefitico's user avatar
  • 1,066
2 votes
0 answers
2k views

Alertmanager docker. Set telegram_configs bot_token and chat_id from environment

I have alertmanager/config.yml receivers: - name: 'telegram' telegram_configs: - send_resolved: true api_url: 'https://api.telegram.org' bot_token: '...
KoVaLsKy's user avatar
  • 121
6 votes
2 answers
2k views

Prometheus alertmanager persistent storage with docker

For some reason I can't get persistent storage to work with alertmanager. This is my compose: alertmanager: image: 'my/alertmanager/prod:latest' restart: always volumes: - ...
somerandomusername's user avatar
2 votes
1 answer
2k views

Alertmanager docker container refuses connections

I have a docker-compose file with one django app, Prometheus monitoring container and Alertmanager container. All builds fine, app is running, Prometheus is monitoring but when it is to fire an alert, ...
David Louda's user avatar
1 vote
1 answer
4k views

Alertmnager: Difference between cluster listen address and advertise address

I have alertmanager running on two different host machines as docker containers and both should be running as cluster. Both the machines are inside a same vpc and communicate with private ip addresses....
thecodeboxed's user avatar
-1 votes
1 answer
2k views

Can not send email through alertmanager

docker-compose.yml: Service is up and running. version: '3' services: prometheus: image: prom/prometheus:latest container_name: prometheus ports: - 9090:9090 volumes: - ....
offline's user avatar
  • 45
2 votes
1 answer
2k views

Email Alerting from Grafana is not working inside the docker container

I have prometheus and Grafana in a docker-compose file. I can visualize all the docker container metrics and host metrics in grafana. But Email alerting is not working. I have configured the smtp ...
td4u's user avatar
  • 452