free memory should include node_memory_Slab_bytes

This commit is contained in:
timfeirg 2019-09-02 16:20:08 +08:00
parent 51e7231b3d
commit 37ef9a6f5c
No known key found for this signature in database
GPG key ID: E0AABAE6842603BA

View file

@ -23,7 +23,7 @@ services:
rules:
- name: Out of memory
description: Node memory is filling up (< 10% left)
query: '(node_memory_MemFree_bytes + node_memory_Cached_bytes + node_memory_Buffers_bytes) / node_memory_MemTotal_bytes * 100 < 10'
query: 'node_memory_MemAvailable_bytes / node_memory_MemTotal_bytes * 100 < 10'
severity: warning
- name: Unusual network throughput in
description: Host network interfaces are probably receiving too much data (> 100 MB/s)