prometheus-alertmanager Questions
2
I want to set an alert in Prometheus alertmanager that has to be triggered between a given time
Eg: Condition to be checked between 09:15 to 15:30
Jacquez asked 26/10, 2021 at 4:58
5
Solved
I am trying to load prometheus with docker using the following custom conf file: danilo@machine:/prometheus-data/prometheus.yml:
global:
scrape_interval: 15s # By default, scrape targets every 15 ...
Backscratcher asked 26/9, 2018 at 17:56
5
Solved
We have two different teams working on different applications.I would like send alert notifications to different slack channels via using same alerts expressions. I found some examples but not unde...
Evade asked 1/7, 2020 at 8:29
7
I have faced some issues with Prometheus memory alert. If I take the backup of Gitlab then memory usage going up to 95%. I want to snooze memory alert for a specific time.
e.g. If I am taking a ba...
Drummer asked 3/12, 2019 at 12:49
2
Solved
We want to get all metric names from Prometheus server filtered by a particular label.
Step 1 : Used following query to get all metric names, query succeeded with all metric names.
curl -g 'http://...
Erlking asked 10/12, 2021 at 7:34
2
Solved
For some reason I can't get persistent storage to work with alertmanager.
This is my compose:
alertmanager:
image: 'my/alertmanager/prod:latest'
restart: always
volumes:
- alertmanager-data:/a...
Adder asked 23/8, 2021 at 8:40
4
I want to check if a certain metric is not available in prometheus for 5 minute.
I am using absent(K_KA_GCPP) and giving a 5 minute threshold. But it seems I cannot group the absent function on cer...
Detest asked 7/11, 2018 at 14:44
3
I got an alert while configuring the monitoring module using prometheus/kube-prometheus-stack 25.1.0.
Alert
[FIRING:1] KubeProxyDown - critical
Alert: Target disappeared from Prometheus target disc...
Chaworth asked 27/12, 2021 at 2:28
2
Solved
I am trying to run Prometheus on Nomad. Everything things look fine but when I add an alert rule with templating in annotations it fails.
here is a simple alert rule:
groups:
- name: alertmanager...
Fulgurite asked 8/3, 2019 at 15:20
2
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 con...
Eudemonics asked 19/4, 2022 at 12:12
3
I downloaded my prometheus version is 2.3.2
wget https://github.com/prometheus/prometheus/releases/download/v2.3.2/prometheus-2.3.2.linux-amd64.tar.gz
untared and prometheus already running as s...
Tycho asked 22/2, 2019 at 2:22
3
match:
[ <labelname>: <labelvalue>, ... ]
# A set of regex-matchers an alert has to fulfill to match the node.
match_re:
[ <labelname>: <regex>, ... ]
My question is wh...
Spiry asked 24/4, 2020 at 9:14
4
Solved
I used this alret
- alert: my alert
expr: status{status="ERROR"}
for: 30m
labels:
severity: WARNING
annotations:
myData: "{{ $labels.myData }}"
myData2: "{{ $label...
Reiners asked 5/11, 2020 at 8:43
3
I'm using a vanilla Docker container to start an Alertmanager. As far as I know, I cannot provide the external URL via parameter in this case, so I have to find another way.
Is it possible to set ...
Unimpeachable asked 19/12, 2017 at 11:6
2
My scrape interval and evaluation interval are way off from each other as whown below (15s vs 4m). When I feed metrics to the endpoint, I find that the rules are evaluated every 4m which is expecte...
Bettyebettzel asked 4/9, 2018 at 13:49
1
Solved
I am trying to set up some alert rules in Prometheus so that I can be alerted when an instance is down but when I click on the rules icon on the prometheus UI I see no set up config rules for alert...
Affiche asked 26/4, 2022 at 9:50
2
Solved
We are using Prometheus-Grafana. Now we want to set alert for CPU load average of 5 minutes.
We have 60 servers which have different CPU core like few machine have 1 core, 2 core, 6 core, 8 core e...
Parliamentarian asked 6/1, 2020 at 12:23
2
i would like to set environment specific values based on environment qa/prod in prometheus values file
## Additional alertmanager container environment variable
## For instance to add a http_pro...
Bookmark asked 24/4, 2018 at 20:2
2
Solved
I have one query where I am trying to join two metrics on a label.
K_Status_Value == 5 and ON(macAddr) state_details{live="True"}
The label macAddr is present in both the metrics. The value of the...
Sefton asked 15/11, 2018 at 3:28
4
Solved
I'm using the official stable/prometheus-operator chart do deploy Prometheus with helm.
It's working good so far, except for the annoying CPUThrottlingHigh alert that is firing for many pods (incl...
Accrete asked 21/2, 2019 at 11:45
1
Prometheus-operator seems to generate promethues-operated service which just points to Prometheus instance at port 9090.
What does this service do? We define other services to point at our Promethe...
Westfalen asked 13/10, 2021 at 19:58
3
Say I have a metrics request_failures for users. For each user I add a unique label value to the metrics. So for user u1, when a request failed twice, I get the following metrics:
request_failures...
Clumsy asked 14/9, 2020 at 20:5
2
I have my kubernetes cluster setup on AWS where I am trying to monitor several pods, using cAdvisor + Prometheus + Alert manager. What I want to do it launch an email alert (with service/container ...
Primine asked 25/3, 2018 at 3:52
2
Solved
I am trying to add custom alert-routing config to my alertmanager, deployed as a part of kube-prometheus-stack. But prometheus-operator pod, while trying to generate the alertmanager configmap, fai...
Assuage asked 31/5, 2021 at 7:20
1
I am new to prometheus so did some researched and found that it is helpful for monitoring application there are lot of examples of increasing counter to check api calls. My use case is somewhat dif...
Christie asked 2/6, 2021 at 8:3
1 Next >
© 2022 - 2025 — McMap. All rights reserved.