Regenerate

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>
This commit is contained in:
iuri aranda
2020-03-03 09:47:55 +01:00
parent eaa83c461f
commit 5638f48f9d

View File

@@ -330,7 +330,7 @@ spec:
summary: Filesystem is predicted to run out of space within the next 4 hours.
expr: |
(
node_filesystem_avail_bytes{job="node-exporter",fstype!=""} / node_filesystem_size_bytes{job="node-exporter",fstype!=""} * 100 < 20
node_filesystem_avail_bytes{job="node-exporter",fstype!=""} / node_filesystem_size_bytes{job="node-exporter",fstype!=""} * 100 < 15
and
predict_linear(node_filesystem_avail_bytes{job="node-exporter",fstype!=""}[6h], 4*60*60) < 0
and