From 16ef18ec54be99186eede4b02a57e9609eba8616 Mon Sep 17 00:00:00 2001 From: Arunprasad Rajkumar <arajkuma@redhat.com> Date: Wed, 1 Sep 2021 13:33:41 +0530 Subject: [PATCH] assets: regenerate Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com> --- manifests/node-exporter-prometheusRule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/node-exporter-prometheusRule.yaml b/manifests/node-exporter-prometheusRule.yaml index e24216fa..7f36e602 100644 --- a/manifests/node-exporter-prometheusRule.yaml +++ b/manifests/node-exporter-prometheusRule.yaml @@ -21,7 +21,7 @@ spec: summary: Filesystem is predicted to run out of space within the next 24 hours. expr: | ( - node_filesystem_avail_bytes{job="node-exporter",fstype!=""} / node_filesystem_size_bytes{job="node-exporter",fstype!=""} * 100 < 40 + node_filesystem_avail_bytes{job="node-exporter",fstype!=""} / node_filesystem_size_bytes{job="node-exporter",fstype!=""} * 100 < 20 and predict_linear(node_filesystem_avail_bytes{job="node-exporter",fstype!=""}[6h], 24*60*60) < 0 and -- GitLab