mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 17:37:19 +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
|
for: 2m
|
||||||
- name: Host unusual disk read latency
|
- name: Host unusual disk read latency
|
||||||
description: Disk latency is growing (read operations > 100ms)
|
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
|
severity: warning
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: Host unusual disk write latency
|
- name: Host unusual disk write latency
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue