From 5638f48f9da45e5924cefccb57aa747e76e6a022 Mon Sep 17 00:00:00 2001
From: iuri aranda <iuri@skyscrapers.eu>
Date: Tue, 3 Mar 2020 09:47:55 +0100
Subject: [PATCH] Regenerate

Signed-off-by: iuri aranda <iuri@skyscrapers.eu>
---
 manifests/prometheus-rules.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/prometheus-rules.yaml b/manifests/prometheus-rules.yaml
index 522433d1..aababcb5 100644
--- a/manifests/prometheus-rules.yaml
+++ b/manifests/prometheus-rules.yaml
@@ -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
-- 
GitLab