mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46:59 +08:00
fix ci
This commit is contained in:
parent
b19b403862
commit
c3d78786e8
1 changed files with 2 additions and 2 deletions
|
|
@ -197,7 +197,7 @@ groups:
|
|||
severity: warning
|
||||
for: 2m
|
||||
- name: Host filesystem device error
|
||||
description: {{ $labels.instance }}: Device error with the {{ $labels.mountpoint }} filesystem
|
||||
description: '{{ $labels.instance }}: Device error with the {{ $labels.mountpoint }} filesystem'
|
||||
query: 'node_filesystem_device_error == 1'
|
||||
severity: critical
|
||||
- name: Host inodes will fill in 24 hours
|
||||
|
|
|
|||
Loading…
Reference in a new issue