Skip to content
Snippets Groups Projects
Commit 89d6181e authored by Frederic Branczyk's avatar Frederic Branczyk Committed by GitHub
Browse files

Merge pull request #1032 from atoato88/change-kubelet-alert-rule

Update alert rule for kubelet
parents 14d57e1f 7fe4506a
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ groups:
description: Prometheus failed to scrape {{ $value }}% of kubelets.
- alert: K8SKubeletDown
expr: (absent(up{job="kubelet"} == 1) or count(up{job="kubelet"} == 0) / count(up{job="kubelet"}))
* 100 > 1
* 100 > 10
for: 1h
labels:
severity: critical
......
......@@ -365,7 +365,7 @@ data:
description: Prometheus failed to scrape {{ $value }}% of kubelets.
- alert: K8SKubeletDown
expr: (absent(up{job="kubelet"} == 1) or count(up{job="kubelet"} == 0) / count(up{job="kubelet"}))
* 100 > 1
* 100 > 10
for: 1h
labels:
severity: critical
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment