Will the below WMI Monitor collect the average disk seconds per read off all drives on a cluster? or do I need to set the monitor for each drive if I want to alert from the following
If > 100 MS 2 times out of 2 in 2 minutes?
select AvgDisksecPerRead from Win32_PerfFormattedData_PerfDisk_PhysicalDisk
Really don't want to have to do each drive but if that is what I need to do then I will just trying to save some time by not selecting a Name ="X" in the monitor.
Thanks in advance