Skip to main content

All Questions

0 votes
0 answers
17 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
0 answers
226 views

Unable to fetch alert rules. Is the Prometheus data source properly configured?

Failed to load the data source configuration for Prometheus. Unable to fetch alert rules. Is the Prometheus data source properly configured? Prometheus data source is working fine. I am use AWS ...
Eranda Peiris's user avatar
0 votes
1 answer
177 views

Exporting Prometheus Alertmanager Alerts to CSV Using Python, Filtering by Specific Timestamps

I'm working with a monitoring platform provisioned on AWS, utilising EKS, and configured with a Prometheus data source and Alertmanager. Currently, alerts triggered by Alertmanager are sent to a Slack ...
Emmanuel Spencer Egbuniwe's user avatar
0 votes
1 answer
203 views

Getting notified when alert manager can not notify

So I have a Prometheus installation on EKS, with AlertManager sending notification to an AWS SNS topic. All is working, but I wish to get notified if the alertmanager is acting badly, mainly if there ...
Djoby's user avatar
  • 692
1 vote
1 answer
690 views

Prometheus Community Pod in Pending state after installing with helm

I'm following this document (https://aws.amazon.com/blogs/opensource/setting-up-cross-account-ingestion-into-amazon-managed-service-for-prometheus/) to deliver metrics vis AMP to a centralized account ...
user2051904's user avatar
0 votes
2 answers
649 views

AWS Managed Prometheus Alert Manager unable to (easily) silence alerts using Grafana

I'm using AWS Managed Prometheus workspaces with Grafana version 9.3 I've used sigv4 and setup Grafana for both the AMP Datasource, and the AMP Alert Manager Data source. I can see my AMP alert ...
Brian Horakh's user avatar
3 votes
2 answers
2k views

Testing Grafana alert returns "Failed to test the rule" with 500 - Internal Server Error response

I'm trying to set up alerts on one of my graphs. I'm using AMG (Amazon Managed Grafana). However, I'm getting "Failed to test the rule" notification. When I inspect HTTP response, it shows ...
TariqN's user avatar
  • 718
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
1 answer
2k views

Prometheus alert manager AWS definition

I am trying to configure the Prometheus alert manager running on my EKS cluster via AWS workspaces. Now from what I've read so far that's the only way to update the configuration and it's not possible ...
Vlatko's user avatar
  • 13
-2 votes
1 answer
3k views

Alert manager in prometheus give exit code error and ignoring assignment for alert manager in prometheus

I am new to prometheus, while trying to install alert manager export tool in prometheus, I got the following error after checking with systemctl status alertmanager alertmanager.service - AlertManager ...
DareLekan's user avatar
3 votes
1 answer
6k views

Prometheus alert manager doesnt send alert k8s

Im using prometheus operator 0.3.4 and alert manager 0.20 and it doesnt work, i.e. I see that the alert is fired (on prometheus UI on the alerts tab) but I didnt get any alert to the email. by looking ...
Rayn D's user avatar
  • 609
1 vote
1 answer
4k views

Notify for alerts : context deadline exceeded (possible proxy issue)

I'm trying to connect an Alermanager server on ubuntu in EC2 AWS to Slack, but I reicieve this error: Apr 14 18:22:26 prometheus-db-v01-01a.myserver.com alertmanager[5854]: level=error ts=2019-04-...
user2800773's user avatar