mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
oops
This commit is contained in:
parent
134264026a
commit
a9c9629cb5
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ services:
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: Disk will fill in 4 hours
|
- name: Disk will fill in 4 hours
|
||||||
description: Disk will fill in 4 hours at current write rate
|
description: Disk will fill in 4 hours at current write rate
|
||||||
query: "predict_linear(node_filesystem_free_bytes{fstype!~"tmpfs"}[1h], 4 * 3600) < 0"
|
query: 'predict_linear(node_filesystem_free_bytes{fstype!~"tmpfs"}[1h], 4 * 3600) < 0'
|
||||||
severity: warning
|
severity: warning
|
||||||
- name: Out of inodes
|
- name: Out of inodes
|
||||||
description: Disk is almost running out of available inodes (< 10% left)
|
description: Disk is almost running out of available inodes (< 10% left)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue