mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
fix node-exporter.yaml missing parentheses (#452)
This commit is contained in:
parent
807db03d0d
commit
c189984d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ groups:
|
|||
for: 2m
|
||||
- name: Host unusual disk read latency
|
||||
description: Disk latency is growing (read operations > 100ms)
|
||||
query: "(rate(node_disk_read_time_seconds_total[1m]) / rate(node_disk_reads_completed_total[1m]) > 0.1 and rate(node_disk_reads_completed_total[1m]) > 0"
|
||||
query: "(rate(node_disk_read_time_seconds_total[1m]) / rate(node_disk_reads_completed_total[1m]) > 0.1 and rate(node_disk_reads_completed_total[1m]) > 0)"
|
||||
severity: warning
|
||||
for: 2m
|
||||
- name: Host unusual disk write latency
|
||||
|
|
|
|||
Loading…
Reference in a new issue