mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
parent
12b8acb1b8
commit
add097c489
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ groups:
|
|||
for: 2m
|
||||
- name: Host out of inodes
|
||||
description: Disk is almost running out of available inodes (< 10% left)
|
||||
query: '(node_filesystem_files_free{fstype!="msdosfs"} / node_filesystem_files{fstype!="msdosfs"} < .10 and ON (instance, device, mountpoint) node_filesystem_readonly == 0)'
|
||||
query: '(node_filesystem_files_free / node_filesystem_files < .10 and ON (instance, device, mountpoint) node_filesystem_readonly == 0)'
|
||||
severity: critical
|
||||
for: 2m
|
||||
- name: Host filesystem device error
|
||||
|
|
|
|||
Loading…
Reference in a new issue