Skip to content

Commit

Permalink
Update Disk IO usage for a higher percentage and lower hourly time
Browse files Browse the repository at this point in the history
  • Loading branch information
dogsbody-ashley committed May 8, 2024
1 parent 1af5d30 commit dd0824b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/prometheus/files/conf-prometheus-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ groups:
description: "{{ $labels.instance }} of job {{ $labels.job }} has greater than 30% disk utilisation on {{ $labels.device }}."

- alert: DiskIOHigh20PercentRegistry
expr: (avg by(instance, device) (rate(node_disk_io_time_seconds_total{job=~"data-registry"}[10m]))) * 100 >= 20
for: 12h
expr: (avg by(instance, device) (rate(node_disk_io_time_seconds_total{job=~"data-registry"}[10m]))) * 100 >= 50
for: 1h
labels:
severity: critical
annotations:
Expand Down

0 comments on commit dd0824b

Please sign in to comment.