This commit is contained in:
Samuel Berthe 2020-01-25 00:16:49 +01:00
parent 134264026a
commit a9c9629cb5

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{fstype!~"tmpfs"}[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)