Change threashold from 100 to 4000.

This commit is contained in:
Kazuhiro MUSASHI 2020-09-28 00:56:00 +09:00
parent 3b09f0a74f
commit 990cf44393
1 changed files with 1 additions and 1 deletions

View File

@ -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