Skip to main content

All Questions

0 votes
0 answers
25 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
0 answers
52 views

What is the group_interval for the alerts which does not have group_by field?

As I can check that they are grouped as Not grouped alerts. Are they behave like a group or individual?? In my case alertmanager config, group_by is set as namespace. I fired two alerts with different ...
Vishal's user avatar
  • 1
1 vote
0 answers
212 views

Why is this receiver-configuration for the alertmanager in rancher invalid?

I want that the alertmanager in rancher send me a webhook post after receiving a alert. Therefor I need an oauth2-config in my webhook-configuration like this: - name: 'Name' webhook_configs: - ...
Matthias's user avatar
0 votes
1 answer
194 views

How to get a webhook from harbor using alertmanger?

Suppose I have enabled webhook on harbor And... How to get a webhook from harbor using alertmanger? Initially, I tried to do it through vmalert and collecting metrics from harbor. In this way I did ...
Alexandr's user avatar
0 votes
1 answer
708 views

sync all firing alerts to webhook at specific point in time from alertmanager

Trying to resend all firing alarms to webhook at a specific point in time due to webhook requirement for synchronisation. Prometheus and alertmanager are deployed within a kubernetes cluster in gcp. ...
enceladus2022's user avatar
4 votes
1 answer
4k views

AlertManager is not forwarding alerts to webhook receiver

We have setup Prometheus in a kubernetes cluster using PrometheusOperator. We are trying to configure AlertManager using the AlertManagerConfig custom resource. We tried creating an alert route which ...
aaruja's user avatar
  • 371
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
1 vote
1 answer
2k views

Debug alertmanager webhook

I am using the monitoring app provided by rancher 2.5, which practically is installing the kube-prometheus-stack Helm chart. I am trying to send alerts using a webhook as the receiver. The webhook is ...
Kroustou's user avatar
  • 669
3 votes
1 answer
4k views

Prometheus' Alertmanager Slack webhook getting "alertmanager.yaml err="unsupported scheme \"\" for URL"

I am trying to send Alertmananger alerts to Slack and I am successful in doing that with my customized template. But now I want to send alerts to different channels and thus selecting different ...
Shubham Choudhary's user avatar
1 vote
2 answers
945 views

Connecting prometheus-alertmanager with zoom via an incoming-webhook

Hello I'm trying to start sending alerts to Zoom using prometheus-alertmanager's webhooks, but I keep getting error msg="Notify for alerts failed" num_alerts=1 err="cancelling notify retry for \"...
Yordan Yordanov's user avatar
2 votes
3 answers
7k views

Alert Manager SMS Notification

I have a Prometheus monitoring running on Kubernetes cluster. I want to receive SMS notification when my alerts firing. How should i set my number for receive SMS in Alertmanager?
meisam bahrami's user avatar