Add alerting prediction rules

This commit is contained in:
2018-06-25 11:07:56 +02:00
parent a306f5ce19
commit dc43a0f26c
2 changed files with 10 additions and 3 deletions

6
tmpl/predict-rules.yml Normal file
View File

@ -0,0 +1,6 @@
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