mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
node has swap alert
This commit is contained in:
parent
51eedcf616
commit
ff7ef5f6bd
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ services:
|
|||
description: Context switching is growing on node (> 1000 / s)
|
||||
query: 'rate(node_context_switches[5m]) > 1000'
|
||||
severity: warning
|
||||
- name: Node has swap
|
||||
description: Node has swap
|
||||
query: 'node_memory_SwapTotal_bytes > 0'
|
||||
severity: warning
|
||||
|
||||
- name: Docker containers
|
||||
exporters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue