mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46:59 +08:00
Update rules.yml
This commit is contained in:
parent
2ffde4f24c
commit
a4de5323ad
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 5m
|
for: 5m
|
||||||
- name: Host context switching
|
- name: Host context switching
|
||||||
description: Context switching is growing on the node (> 10000 / s)
|
description: Context switching is growing on the node (> 10000 / CPU / s)
|
||||||
query: '((rate(node_context_switches_total[5m])) / (count without(cpu, mode) (node_cpu_seconds_total{mode="idle"})) > 10000) * on(instance) group_left (nodename) node_uname_info{nodename=~".+"}'
|
query: '((rate(node_context_switches_total[5m])) / (count without(cpu, mode) (node_cpu_seconds_total{mode="idle"})) > 10000) * on(instance) group_left (nodename) node_uname_info{nodename=~".+"}'
|
||||||
severity: warning
|
severity: warning
|
||||||
comments: |
|
comments: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue