Skip to content
Snippets Groups Projects
Unverified Commit 16ef18ec authored by Arunprasad Rajkumar's avatar Arunprasad Rajkumar
Browse files

assets: regenerate

parent 03471fd8
Branches
Tags 37.219.4
No related merge requests found
...@@ -21,7 +21,7 @@ spec: ...@@ -21,7 +21,7 @@ spec:
summary: Filesystem is predicted to run out of space within the next 24 hours. summary: Filesystem is predicted to run out of space within the next 24 hours.
expr: | 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 and
predict_linear(node_filesystem_avail_bytes{job="node-exporter",fstype!=""}[6h], 24*60*60) < 0 predict_linear(node_filesystem_avail_bytes{job="node-exporter",fstype!=""}[6h], 24*60*60) < 0
and and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment