plugin: manual
name: disk_test
command: udev_resource | filter_templates -w "category=DISK" | awk -F': ' '$1 == "product" { print $2 }'
description:
 The following hard drives were detected:
 .
 $output
 .
 Is this correct?

plugin: manual
name: disk_bench
requires: device.category == 'DISK'
user: root
command: disk_bench_test
description:
 Disk benchmark:
 .
 $output
 .
 Is this ok?
