I've searched many times on this list 'How to set up monitoring disk drives in Windows'. However, I've never found a real solution. So, we have done some scripting ourselved querying WMI and want to trend this output.<br>

<br>If I use the Totals (for all the disks) it is pretty straight forward. This works as expected.<br><br>However, if I would like to trend to a specific disk, it becomes more complex. <br><br>My test for disk C produces the following:<br>

<pre>_DskQL:0<br>_DskRdQL:0<br>_DskWrQL:0<br>_DskBtsPerRd:17423<br>_DskBtsPerTr:11933<br>_DskBtsPerWr:11246<br><br></pre><font face="arial,helvetica,sans-serif">Now, </font>what I would like to have is a rrd.file for each drive letter, in this case drive_c.rrd, (just like the disk-test, all the disks are shown in one graph but each disk has an rrd-file) but I do not know how to continue. Drives under Windows can have any letter (C, D, ...Z) and I do not want to fill in the entire alphabet in my hobbitserver.cfg, but perhaps this is the only way to go without real programming.<br>

<br>But perhaps data trending, instead of status, would be a better approach.<br><br>But how should I do this? Any help much appreciated. If this works, I will post the result on Xymonton.<br><br>Regards, <br>Peter<br>