mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +08:00
disk io ops alarm
This commit is contained in:
parent
17d51930ac
commit
9029daab0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue