We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c72bf6 commit 884ab52Copy full SHA for 884ab52
rules/disk.yml
@@ -66,3 +66,11 @@ groups:
66
annotations:
67
summary: "Unusual disk write latency (instance {{ $labels.instance }})"
68
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