Skip to content

Commit c4e43dc

Browse files
committed
assets: regenerate
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
1 parent b54ad2e commit c4e43dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/nodeExporter-prometheusRule.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
summary: Filesystem is predicted to run out of space within the next 24 hours.
2424
expr: |
2525
(
26-
node_filesystem_avail_bytes{job="node-exporter",fstype!=""} / node_filesystem_size_bytes{job="node-exporter",fstype!=""} * 100 < 20
26+
node_filesystem_avail_bytes{job="node-exporter",fstype!=""} / node_filesystem_size_bytes{job="node-exporter",fstype!=""} * 100 < 15
2727
and
2828
predict_linear(node_filesystem_avail_bytes{job="node-exporter",fstype!=""}[6h], 24*60*60) < 0
2929
and
@@ -41,7 +41,7 @@ spec:
4141
summary: Filesystem is predicted to run out of space within the next 4 hours.
4242
expr: |
4343
(
44-
node_filesystem_avail_bytes{job="node-exporter",fstype!=""} / node_filesystem_size_bytes{job="node-exporter",fstype!=""} * 100 < 15
44+
node_filesystem_avail_bytes{job="node-exporter",fstype!=""} / node_filesystem_size_bytes{job="node-exporter",fstype!=""} * 100 < 10
4545
and
4646
predict_linear(node_filesystem_avail_bytes{job="node-exporter",fstype!=""}[6h], 4*60*60) < 0
4747
and

0 commit comments

Comments
 (0)