Skip to main content

All Questions

0 votes
0 answers
17 views

Notes "New" or "Continuing" alert for Alertmanager

I am doing a fairly simple monitoring setup based on Prometheus and Alertmanager (main branch). Reciver - Telgram chat. As alertmanager supports Telegram as a reciver since v0.21, i would like to ...
neversure's user avatar
0 votes
0 answers
14 views

Alertmanager API when running with Prometheus as docker services [duplicate]

I'm having Alertmanager and Prometheus running as docker services. Alertmanager is configured to send emails if there are alerts triggered. What I want to do is to be able to use Alertmanager config [...
Astin Gengo's user avatar
0 votes
0 answers
532 views

Alertmanager never sends e-mail and never uses my receiver configured with e-mail

I have a docker running an alertmanager. I have severals receiver in my alertmanager.yml which sends alerts to teams, slacks successfully ... but alertmanager doesn't send any e-mail and neither use ...
Raphyyy's user avatar
  • 29
2 votes
2 answers
2k views

Prometheus x509: certificate signed by unknown authority

I was trying to monitor one of our webservices by using Prometheus but I faced some problem for some our endpoints. my prometheus.yml job_name: 'blackbox' metrics_path: /probe params: module: [...
CaglarAyhan's user avatar
1 vote
0 answers
393 views

Prometheus not scrapping mysql metrics on the web

I created a mysql8 docker container like this: $ docker network create db_network $ docker run -d --name mysql80 --publish 3306 --network db_network --restart unless-stopped --env ...
Soumya Ghosal's user avatar
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
0 votes
0 answers
1k views

Prometheus Alert manager not printing {{ $labels.instance }} vaule

We have multiple AWS accounts and network access is configured between two AWS accounts and service discovery is working with node-exporter. I have Prometheus configuration with some of the rules ...
KNCK's user avatar
  • 97
0 votes
0 answers
312 views

How to monitor a spring boot app in a container docker

I have a prometheus which is up on a container on docker windows using docker desktop . I have a spring boot app which is on a container on docker in windows also . I won't to monitor the spring boot ...
Marouen Ghozzi's user avatar
2 votes
2 answers
2k views

How to configure rules in prometheus file on docker in windows

I have prometheus container running on docker . I want to add a rule file in which i precise the rules . This is my prometheus.yml file under c://mypath , I use this path in the commande to run the ...
Marouen Ghozzi's user avatar
0 votes
1 answer
515 views

Prometheus alert for too many containers in docker swarm

I have some weird problem in docker swarm - even though I have replicas set to 1, I still sometimes - after deploying new version get too many containers running (like previous container isn't killed ...
Pepsko's user avatar
  • 63
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
3 votes
2 answers
8k views

How to Change Port Number in cadvisor and node-exporter of Prometheus Monitoring

Below is the showing in prometheus URL when i click on target. cadvisor (0/1 up) and node-exporter (0/1 up) are showing in Prometheus URL Here is the my filename.yml file version: '3.2' services: ...
Mohd Rashid's user avatar
1 vote
1 answer
1k views

Alerting when container goes down

I've run into an issue during a setup of a monitoring stack with prometheus and cadvisor exporter. I need to receive alerts from alertmanager when container goes down unexpectedly (I mean, this could ...
dywan666's user avatar
  • 415
0 votes
1 answer
3k views

Alertmanager container can't send SMTP email because the connection refused from web hook

I am using Prometheus/Grafana/Alertmanager docker images for monitoring my service. I created the rules.yml and added it into the prometheus.yml. It worked fine, I saw the ALERTS metrics when the ...
tandathuynh148's user avatar

15 30 50 per page