Skip to content

Commit

Permalink
Add node name to crio/kubelet alert and add ovnkube-node alert (kube-…
Browse files Browse the repository at this point in the history
…burner#284)

Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 authored Apr 5, 2023
1 parent 99369e5 commit 0ef2273
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmd/kube-burner/ocp-config/alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@
severity: warning

- expr: up{job=~"crio|kubelet"} == 0
description: "{{$labels.job}} down"
description: "{{$labels.node}}/{{$labels.job}} down"
severity: warning

- expr: up{job="ovnkube-node"} == 0
description: "{{$labels.instance}}/{{$labels.pod}} {{$labels.job}} down"
severity: warning

# Service sync latency
Expand Down

0 comments on commit 0ef2273

Please sign in to comment.