Does not alert on tmpfs volume filling-up. Closing #77

This commit is contained in:
Samuel Berthe 2020-01-25 00:13:01 +01:00 committed by GitHub
parent 67b322ae5b
commit 134264026a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ services:
severity: warning
- name: Disk will fill in 4 hours
description: Disk will fill in 4 hours at current write rate
query: "predict_linear(node_filesystem_free_bytes[1h], 4 * 3600) < 0"
query: "predict_linear(node_filesystem_free_bytes{fstype!~"tmpfs"}[1h], 4 * 3600) < 0"
severity: warning
- name: Out of inodes
description: Disk is almost running out of available inodes (< 10% left)