eole-prometheus/tmpl/predict-rules.yml

6 lines
206 B
YAML
Raw Normal View History

2018-06-25 11:07:56 +02:00
groups:
- name: PredictRules
rules:
- alert: disk_full_within_6_hours
expr: predict_linear(node_filesystem_free{job="%%{job_name_node}",mountpoint="/"}[1h], 6 * 3600) < 0
for: 5m