Skip to content

Commit

Permalink
Update rules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samber authored Nov 26, 2023
1 parent 2ffde4f commit a4de532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ groups:
severity: warning
for: 5m
- 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=~".+"}'
severity: warning
comments: |
Expand Down

0 comments on commit a4de532

Please sign in to comment.