Skip to content
Snippets Groups Projects
Commit acb7ce62 authored by Aleksandar Topuzovic's avatar Aleksandar Topuzovic
Browse files

Commit generated files

parent 64c73eaf
No related branches found
No related tags found
No related merge requests found
...@@ -679,7 +679,7 @@ spec: ...@@ -679,7 +679,7 @@ spec:
full within the next 24 hours (mounted at {{$labels.mountpoint}}) full within the next 24 hours (mounted at {{$labels.mountpoint}})
summary: Node disk is running full within 24 hours summary: Node disk is running full within 24 hours
expr: | expr: |
predict_linear(node_filesystem_free{job="node-exporter"}[6h], 3600 * 24) < 0 predict_linear(node_filesystem_free{job="node-exporter",mountpoint!~"^/etc/(?:resolv.conf|hosts|hostname)$"}[6h], 3600 * 24) < 0
for: 30m for: 30m
labels: labels:
severity: warning severity: warning
...@@ -689,7 +689,7 @@ spec: ...@@ -689,7 +689,7 @@ spec:
full within the next 2 hours (mounted at {{$labels.mountpoint}}) full within the next 2 hours (mounted at {{$labels.mountpoint}})
summary: Node disk is running full within 2 hours summary: Node disk is running full within 2 hours
expr: | expr: |
predict_linear(node_filesystem_free{job="node-exporter"}[30m], 3600 * 2) < 0 predict_linear(node_filesystem_free{job="node-exporter",mountpoint!~"^/etc/(?:resolv.conf|hosts|hostname)$"}[30m], 3600 * 2) < 0
for: 10m for: 10m
labels: labels:
severity: critical severity: critical
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment