We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7711bb commit d460570Copy full SHA for d460570
1 file changed
services/nomad/monitoring/alerts/node_exporter.yml
@@ -31,15 +31,6 @@ groups:
31
summary: Host out of disk space (instance {{ $labels.instance }})
32
description: "Disk is almost full (< 10% left)\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
33
34
- - alert: HostDiskWillFillIn4Hours
35
- expr: predict_linear(node_filesystem_free_bytes{fstype!~"tmpfs"}[1h], 4 * 3600) < 0
36
- for: 5m
37
- labels:
38
- severity: warning
39
- annotations:
40
- summary: Host disk will fill in 4 hours (instance {{ $labels.instance }})
41
- description: "Disk will fill in 4 hours at current write rate\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
42
-
43
- alert: HostOutOfInodes
44
expr: node_filesystem_files_free{mountpoint ="/rootfs"} / node_filesystem_files{mountpoint ="/rootfs"} * 100 < 10
45
for: 5m
0 commit comments