ioping.conf 395 B

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