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
70 views

AlertManager fail starting up on kube-prometheus-9.0.3 [closed]

kubectl logs alertmanager-kube-prometheus-alertmanager-x -n monitoring Error from server (BadRequest): container "alertmanager" in pod "alertmanager-kube-prometheus-alertmanager-x" ...
Adedamola's user avatar
  • 135
1 vote
0 answers
116 views

Facing an issue with applying configuration for Alertmanager to send rmail notification on kubernetes(EKS) cluster when alert rules are triggered

🙋‍♂️Hello everyone, I'm currently working on configuration for Alertmanager to send email notifications , and I've encountered a problem. I've set up an EKS cluster and installed the Prometheus ...
Ankit Jodhani's user avatar
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
1 vote
1 answer
288 views

bats/bats:v1.4.1, curlimages/curl:7.73.0 these image are in grafana helm chart but when I describe the pod its not listed

I deployed promtheus and grafana using official helm chart. bats/bats:v1.4.1 curlimages/curl:7.73.0 these image are in grafana helm chart but when I describe the pod these images are not listed. I ...
Alexy Pulivelil's user avatar
1 vote
0 answers
239 views

How to configure alert manager with helm

I have installed Prometheus with the Helm Prometheus-stack. I am now trying to configure alertmanager to add a new receiver. But I fail to understand where to configure it. Logs of alertmanager tells ...
Djoby's user avatar
  • 692
1 vote
0 answers
1k views

Grafana Loki, AlertManager - unable to read rule dir, open /tmp/loki/rules/fake: no such file or directory

I've deployed promtail, Grafana, Loki and AlertManager using Helm charts on k3d cluster on my local machine. I would like to have some rules in Loki such that if something will happen, AlertManager ...
Brian Brown's user avatar
  • 4,171
2 votes
2 answers
5k views

How to insert a secret in alertmanager configuration file

I provisioned alertmanager using Helm (and ArgoCD). I need to insert smtp_auth_password value but not as a plain text. smtp_auth_username: 'apikey' smtp_auth_password: $API_KEY How can I achieve it? ...
Tomer Aharon's user avatar
0 votes
1 answer
630 views

modify args for alertmanager in kube prometheus stack

I need help and guidance about modifying the manifest in alertmanager Result: Get alert notifications on teams via webhook. Where: kube prometheus stack deployed via argocd Solution: So I added a ...
Mahnoor Fatima's user avatar
4 votes
2 answers
280 views

Alert based on metric value compared to one of its own label values

I am using kube-prometheus-stack and the yaml snippets you see below are part of a PrometheusRule definition. This is a completely hypothetical scenario, the simplest one I could think of that ...
igg's user avatar
  • 2,240
0 votes
2 answers
2k views

Display correct cluster name in Prometheus Alertmanager messages to Slack

I have installed the kube-prometheus stack on k8s via helm: helm install prometheus prometheus-community/kube-prometheus-stack -n monitoring -f alertmanager-config.yaml where the alertmanager-config....
tobias's user avatar
  • 759
0 votes
1 answer
908 views

Prometheus K8s extraConfigmapMounts fails to load multiple files to the same directory

Prometheus Question: I am using prometheus on Helm, and I want to mount several .yml files on the same location /etc/config/alrtingRules It is vital that these remain separated as different files in ...
Yonatan Huber's user avatar
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
0 answers
993 views

How independently import files in values.yaml

I'm using the prometheus stack project to implement via helm with kubernetes, but I would like to customize some rules. I'm trying to use the additionalPrometheusRules parameter for this, but I'm ...
Luis Henrique's user avatar

15 30 50 per page