Skip to main content

All Questions

0 votes
0 answers
44 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
1 answer
157 views

Custom alerts sent to Alertmanager not showing up in Grafana

I am currently using a version of the kube-prometheus-stack Helm chart to deploy Grafana, Prometheus and Alertmanager. I made a Go program to send custom alerts to Alertmanager (this feature will be ...
quenting's user avatar
0 votes
0 answers
150 views

How to set the no_proxy params in Alertmanager?

Problem I'm currently deploying the kube-prom-stack HELM chart (from the prometheus-community), setting-up Alertmanager, and got an issue while setting no_proxy parameter inside a receiver conf. The ...
Ottobus's user avatar
  • 75
0 votes
1 answer
1k views

AlertmanagerConfig not sending alerts to email receiver

I have a deployment of a pod that continuously goes into CrashLoopBackoff state. I have setup an alert forthis event but the alert is not firing on the configured receiver. The alert is only firing ...
Golide's user avatar
  • 961
0 votes
1 answer
616 views

How do I verify a configuration change on a bitnami/kube-prometheus deployment?

I have an existing deploy of bitnami/kube-prometheus deployed via : helm upgrade --install prometheus -n monitoring -f .\input\prom-values.yaml bitnami/kube-prometheus I have made some changes to ...
Golide's user avatar
  • 961
0 votes
0 answers
1k views

Alert manager add custom notification template

I am using Alertmanager for Prometheus, installed through the Helm kube-prometheus-stack. I wish to add a new notification template. For code clarity reason, I am trying to isolate the template on its ...
Djoby's user avatar
  • 692
2 votes
1 answer
2k views

Changing timezone of alertmanager in kube-prometheus-stack helm chart [closed]

I am currently using emailing alerts for our application. One of the contents of the email is the start and end time of the alert but they are displaying as UTC+0000. Tried using .Start.Local.Format ...
CC28's user avatar
  • 43
0 votes
0 answers
1k views

Prometheus-node-exporter alert rule for new node

I have kube-prometheus stack setup in my cluster. I need a rule that alerts me whenever a new node is created. My cluster is in AWS EKS and a monitoring stack setup with these components, Alertmanager,...
Sebinn Sebastian's user avatar
1 vote
0 answers
924 views

"info inhibitor" alerts - kube-prometheus-stack

I have alertmanagerconfig with below configuration and now I need to point info alerts to a null receiver, can I have multiple receiver and receivers? metadata: name: Prometheus-alertmanager-config ...
kachwa's user avatar
  • 47
8 votes
2 answers
12k views

How to overwrite alertmanager configuration in kube-prometheus-stack helm chart

I am deploying a monitoring stack from the kube-prometheus-stack helm chart and I am trying to configure alertmanager so that it has my custom configuration for alerting in a Slack channel. The ...
everspader's user avatar
  • 1,550
3 votes
4 answers
6k views

Helm / kube-prometheus-stack: Can I create rules for exporters in values.yaml?

I want to be able to specify all my rules for, say prometheus-blackbox-exporter so have added this to a rules-mine.yaml and deployed with helm upgrade --install -n monitoring blackbox -f values.yaml -...
Andrew's user avatar
  • 119
1 vote
0 answers
3k views

Why prometheus configmap is failing to reload the configmaps?

I'm using kube-prometheus-stack https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack helm chart to monitor my k8s cluster. So i have configured alertmanager to ...
Akshay Awate's user avatar