I have created a custom sensor for avgdisksecperread - the content of the wqi file is below;
SELECT AvgDisksecPerRead FROM Win32_PerfFormattedData_PerfDisk_LogicalDisk
This works from WMItester - well the following does;
SELECT * FROM Win32_PerfFormattedData_PerfDisk_LogicalDisk
but my sensor stays grey and I haven't had any errors show up?
Any help is much appreciated. I will also create a custom sensor for secperwrite as well - and am thinking of using the placeholder function for the two queries once I get an individual one working.
The server has lots of the other canned WMI sensors running fine (and has done for some time) so I am assuming this is more my new custom sensor rather than a server WMI issue.
Any help is much appreciated.
Cheers Kelvin (on behalf of Matthew)
Add comment