Increase swap alert threshold

This commit is contained in:
jeltz 2021-05-19 15:32:33 +02:00
parent d89d88813f
commit 4f2f0ffe64
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ groups:
node_memory_SwapFree_bytes node_memory_SwapFree_bytes
/ node_memory_SwapTotal_bytes / node_memory_SwapTotal_bytes
) )
) * 100 > 10 ) * 100 >= 20
for: 3m for: 3m
labels: labels:
severity: warning severity: warning