title: Disk IO
agents: hpux, solaris
catalog: os/kernel
license: GPL
distribution: check_mk
description:
 Reports Disk IO for read and Disk IO for write in Bytes/s during the last check
 cycle.

 The check always returns {OK} state.

 Make sure you have the statgrab binary available on the monitored
 machine. Under HP-UX you also need to activate the hpux_statgrab agent plugin.

item:
  {read} for Disk IO read and
  {write} for Disk IO write

examples:
  # adding one service for Disk IO read and one for Disk IO  write
  checks += [
    ('host1', 'statgrab_disk', 'read', None),
    ('host1', 'statgrab_disk', 'write', None),
  ]

perfdata:
  One value per Check: Disk IO in Bytes/s

inventory:
  Finds two checks on every machine with statgrab: Disk IO read and
  Disk IO write
