disk io ops alarm

This commit is contained in:
marian.ciotlos@yahoo.com 2023-02-14 14:55:52 +02:00
parent 17d51930ac
commit 9029daab0c

View file

@ -158,7 +158,7 @@ groups:
description: "CPU iowait > 5%. A high iowait means that you are disk or network bound.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" description: "CPU iowait > 5%. A high iowait means that you are disk or network bound.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
- alert: HostUnusualDiskIO - alert: HostUnusualDiskIO
expr: 'node_disk_io_time_seconds_total == 1' expr: 'rate(node_disk_io_time_seconds_total[1m]) > 0.5'
for: 5m for: 5m
labels: labels:
severity: warning severity: warning