Skip to main content

Questions tagged [prometheus-alertmanager]

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 integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.

prometheus-alertmanager
-2 votes
0 answers
11 views

Promethus node exporter as a side car container

We are trying to run node-exporter as a side-car container in kubernetes deployment. We have multiple filesystem devices, but in metrics we are getting only for single device filesystem metrics - name:...
karthik's user avatar
  • 339
0 votes
0 answers
10 views

How does repeat_interval work in alertmanager?

I am having trouble making sense of some alerting behavior I'm seeing and it seems connected to repeat_interval. Can't seem to find a simple answer to my question. Question: Will repeat_interval fire ...
shek's user avatar
  • 215
0 votes
0 answers
20 views

Add a template under alert manager receivers in Kube-prometheus-stack values.yaml

I am trying to define a template to use without having to create a full ConfigMap within the values.yaml for alert manager since it is such a small template. I saw in a few examples people using ...
Sh3perd's user avatar
  • 69
0 votes
0 answers
27 views

Spring Boot Prometheus PushGatewayManager: Unable to push metrics due to SocketTimeoutException

I'm encountering an issue with my Spring Boot application where it fails to push metrics to Prometheus Pushgateway. The issue is happening intermettently The error message indicates a ...
Dhruv's user avatar
  • 43
0 votes
0 answers
17 views

Prometheus systemd expression based on a list of services

I have several VMs each exporting (using node-exporter) the status of its systemd services. I would like to have an alerting rule that looks something like: - alert: service_down expr: ...
Corel's user avatar
  • 623
0 votes
0 answers
17 views

Managing Time-to-Live (TTL) for Alerts in Prometheus

We're collecting EUR/USD prices every minute on Prometheus and setting up various alerts, such as percentage changes over the last 10 minutes and the last hour. The data flow works seamlessly; however,...
more's user avatar
  • 133
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
23 views

show individual container as Prometheus target

I am running a server with several docker (unfortunately I cannot use podman because it is mailcow and this does not fully support podman yet) in one docker-compose file. I have added cadvisor to the ...
LeifSec's user avatar
  • 75
0 votes
0 answers
17 views

Is there a way to suppress 'resolve' messages sent to pager duty

Our pager duty is integrated to alert manager, and we want to stop an specific alert from auto resolving. To my knowledge, the best way to do that would be changing the alert manager configuration so ...
Jose Antonio Vidal Sanchez's user avatar
0 votes
0 answers
14 views

How to detect and create a alarm for a hudi job failure using hoodie metrics via Prometheus

Problem: While using multi delta streamer for kafka ingestion, out of many tables, if one of the table ingestion fails, job succeeds. There is no way to check for success/failure for a particular ...
Roobal Jindal's user avatar
0 votes
1 answer
22 views

Categorisation of alerts in Prometheus and grafana

I want to do categorisation of alerts in Prometheus and grafana if cpu usage is between 70 and 75 then medium , if cpu usage is between 75 and 80 medium and usage is greater than 80 then critical ...
Akash Kotkar's user avatar
0 votes
0 answers
16 views

Alertmanager does not fire alarm

I use the following config for alertmanager of AWS Prometheus, and it works: alertmanager_config: | global: resolve_timeout: 60s route: receiver: default group_by: ['alertname'] ...
dn2024's user avatar
  • 1
0 votes
1 answer
48 views

How to configure Prometheus Alertmanager for alerting when any container goes down?

I am using Prometheus Alertmanager to monitor dozens of hosts and hundreds of containers on these hosts. I need to receive notifications when any container goes down. I understand from the ...
alis's user avatar
  • 1
0 votes
0 answers
21 views

Slack alerts into Webex Team

I'm trying to migrate Prometheus Alertmanager alerting from using slack_configs (ref1) into the webex_configs (ref2). Is there any possibility to adjust the message sent to Webex with structure used ...
ddano's user avatar
  • 1
0 votes
1 answer
51 views

adding node exporter info to prometheus query

I am running multiple docker stacks all providing the infrastructure for a product. Internally those docker stacks are monitored using Prometheus and alert to a teams channel. I want all docker stacks ...
jonathan-dev's user avatar

15 30 50 per page
1
2 3 4 5
52