#! /bin/sh

title="HDD Stats"
graph=hdd1
ds1=mbs
ds1c="#444400:Kb/s                "
ds2=mbyte
ds2c="#888800:MBytes (k)          "
ds3=trans
ds3c="#cccc00:Trans/s             "
ds_create="DS:$ds1:GAUGE:600:0:100000 DS:$ds2:COUNTER:600:0:U DS:$ds3:COUNTER:600:0:U"
ds_update="$ds1:$ds2:$ds3"
gr_num=3
gr_b=1024
gr_max=200
gr_dmax=`expr $gr_max \* 2`
gr_y="`expr $gr_max \/ 5`:1"

hdd=da0
update="$bin_dir/$mydir/hddget $hdd"
