ioping.conf 408 B

12345678910111213141516
  1. template: ioping_disk_latency
  2. families: *
  3. on: ioping.latency
  4. class: Latency
  5. type: System
  6. component: Disk
  7. lookup: average -10s unaligned of latency
  8. units: microseconds
  9. every: 10s
  10. green: 5000
  11. red: 10000
  12. warn: $this > $green
  13. crit: $this > $red
  14. delay: down 30m multiplier 1.5 max 2h
  15. info: average I/O latency over the last 10 seconds
  16. to: sysadmin