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

Update alert rule for kubelet
This commit is contained in:
Frederic Branczyk
2018-03-01 11:37:52 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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