mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
Update rules.yml
This commit is contained in:
parent
10d00c66da
commit
ae12871fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ groups:
|
|||
for: 2m
|
||||
- name: Host filesystem device error
|
||||
description: "Error stat-ing the {{ $labels.mountpoint }} filesystem"
|
||||
query: "node_filesystem_device_error{fstype!~"^(fuse.*|tmpfs|cifs|nfs)"} == 1"
|
||||
query: 'node_filesystem_device_error{fstype!~"^(fuse.*|tmpfs|cifs|nfs)"} == 1'
|
||||
severity: critical
|
||||
for: 2m
|
||||
- name: Host inodes may fill in 24 hours
|
||||
|
|
|
|||
Loading…
Reference in a new issue