Skip to content

Commit d460570

Browse files
committed
services/nomad/monitoring: Remove HostDiskWillFillIn4Hours alarm
1 parent d7711bb commit d460570

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

services/nomad/monitoring/alerts/node_exporter.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ groups:
3131
summary: Host out of disk space (instance {{ $labels.instance }})
3232
description: "Disk is almost full (< 10% left)\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
3333

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-
4334
- alert: HostOutOfInodes
4435
expr: node_filesystem_files_free{mountpoint ="/rootfs"} / node_filesystem_files{mountpoint ="/rootfs"} * 100 < 10
4536
for: 5m

0 commit comments

Comments
 (0)