Skip to main content

All Questions

0 votes
0 answers
24 views

how to configure Grafana alertmanager datasource with kube-prometheus-stack helm deployment

I am using the prometheus alertmanager that gets deployed by the kube-prometheus-stack helm deployment. Now I want to connect Grafana and tried to configure a alertmanager datasource what fails with ...
Herr Hempel's user avatar
0 votes
2 answers
438 views

Is there a way to set up alert with Prometheus storage retention size

Is there a way to set a prometheus alert on storage.tsdb.retention.size, lets say if the retention size has been hit, i want an alert sent out.
floormind's user avatar
  • 1,966
0 votes
0 answers
138 views

How to query Kubernetes node CPU levels

I have the following PromQL query to get the CPU percentages of the nodes in my Kubernetes cluster. 100 - (avg by (instance) (rate(node_cpu_seconds_total{mode!="idle|wait|iowait"}[5m])) * ...
Jananath Banuka's user avatar
0 votes
0 answers
90 views

Prometheus query to visualize "Cluster Node CPU Utilization" - many-to-many matching not allowed

I am trying to query the Cluster Node CPU Utilization for my Kubernetes cluster using the prometheus. I am using the following query sum by (kubernetes_node) (rate(node_cpu_seconds_total{mode!~"...
Jananath Banuka's user avatar
0 votes
0 answers
197 views

How can I get high availability for an AlertManager that is behind Google Private Service Connect on GKE?

I have two Kubernetes GCP clusters, and I am using Prometheus operator. I am using Google Private Service Connect (PSC) to connect both clusters, and this part is working. Prometheus, which is running ...
MTG's user avatar
  • 571
0 votes
1 answer
1k views

How to use prometheus/thanos api: /api/v1/rules param rule_group

when i use prometheus api to get specify rule group infomation, the api doc as following: https://prometheus.io/docs/prometheus/latest/querying/api/#rules URL query parameters: type=alert|record: ...
magiceses's user avatar
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
682 views

Prometheus Exporter for SNMP targets

I am trying to get SNMP metrics from target system to prometheus, I am able to install it in my server and able to access that in web browser. http://3.X.X.X:9116/ But when i provide target server ...
karthik's user avatar
  • 333
0 votes
0 answers
596 views

Alertmanager default receiver:null is not replacing with the routes specified

I am using prometheus-operator to create alertmanager setup. Prometheus-Alertmanager integration is working fine, I am able to see the alerts in alertmanager. But the alert is receiving in default ...
Manu's user avatar
  • 51
0 votes
0 answers
466 views

Can we pass rules to Prometheus Alert Manager without using Prometheus rules ? Any alternatives to the Prometheus Rules?

I am trying to find a way to use Prometheus Alert Manager without using Prometheus rules. Can we create Alert Rules in any alternative way without making use of Prometheus and integrate it with Alert ...
Coder's user avatar
  • 11
0 votes
1 answer
617 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
1 answer
118 views

Bitnami Prometheus Operator : email alerts not triggered

I'm trying to setup the easiest email alerting using Bitnami Prometheus Operator. Alerts seem to be triggered but no email is sent. apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule metadata: ...
foxou33's user avatar
  • 11
1 vote
1 answer
422 views

PromQL how to use changes function with a metric consisting of or condition

I want to write a query that will compute the changes to my metric and use value 1 as a starting point. The problem with changes is that it does not return 1 at the start of the data points. I want ...
samiullah ilyas's user avatar
0 votes
1 answer
1k views

value of one alert can be prnted in annotation description of another alert in Alert manager

I have one alert "sc_pcd_g2version" listed in AlertManager. It returns value 25. I am looking for a way to pull this value "25" and print it into the annotation description of ...
ramesh k's user avatar
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

15 30 50 per page
1
2 3 4 5 6