mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
Update rules.yml
This commit is contained in:
parent
ea63d8001a
commit
554850df41
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ groups:
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: Host disk may fill in 24 hours
|
- name: Host disk may fill in 24 hours
|
||||||
description: Filesystem will likely run out of space within the next 24 hours.
|
description: Filesystem will likely run out of space within the next 24 hours.
|
||||||
query: 'predict_linear(node_filesystem_avail_bytes{fstype!~"^(fuse.*|tmpfs|cifs|nfs)"}[1h], 86400) <= 0 and node_filesystem_avail_bytes > 0'
|
query: 'predict_linear(node_filesystem_avail_bytes{fstype!~"^(fuse.*|tmpfs|cifs|nfs)"}[3h], 86400) <= 0 and node_filesystem_avail_bytes > 0'
|
||||||
severity: warning
|
severity: warning
|
||||||
comments: |
|
comments: |
|
||||||
Please add ignored mountpoints in node_exporter parameters like
|
Please add ignored mountpoints in node_exporter parameters like
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue