Skip to content

Commit 884ab52

Browse files
committed
feat: add FilesystemDeviceError alert rule
1 parent 0c72bf6 commit 884ab52

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rules/disk.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,11 @@ groups:
6666
annotations:
6767
summary: "Unusual disk write latency (instance {{ $labels.instance }})"
6868
description: "Disk latency is growing (write operations > 100ms)\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
69+
- alert: FilesystemDeviceError
70+
expr: node_filesystem_device_error != 0
71+
for: 5m
72+
labels:
73+
severity: page
74+
annotations:
75+
description: "{{ $labels.instance }}: Device error with the {{ $labels.mountpoint }} filesystem"
76+
summary: "Device error with the {{ $labels.mountpoint }} filesystem"

0 commit comments

Comments
 (0)