Change threashold from 100 to 4000.
This commit is contained in:
parent
3b09f0a74f
commit
990cf44393
|
@ -119,7 +119,7 @@ groups:
|
|||
severity: warning
|
||||
annotations:
|
||||
summary: "Host context switching (instance {{ $labels.instance }})"
|
||||
description: "Context switching is growing on node (> 1000 / s)\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
|
||||
description: "Context switching is growing on node (> 4000 / s)\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
|
||||
|
||||
- alert: HostSwapIsFillingUp
|
||||
expr: (1 - (node_memory_SwapFree_bytes / node_memory_SwapTotal_bytes)) * 100 > 80
|
||||
|
|
Loading…
Reference in New Issue