Increase swap alert threshold
This commit is contained in:
parent
d89d88813f
commit
4f2f0ffe64
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ groups:
|
|||
node_memory_SwapFree_bytes
|
||||
/ node_memory_SwapTotal_bytes
|
||||
)
|
||||
) * 100 > 10
|
||||
) * 100 >= 20
|
||||
for: 3m
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
Loading…
Reference in a new issue