Hi,

We have created the WMI custom sensor that return the value as a millisecond ie. AvgDisksecPerRead

The problem is PRTG don't show the value as a millisecond, for example it shows just 0 for the 0.008 value.

Thanks in advance.


Article Comments

Hello,

please check the according settings for the displaying of decimal places in the Sensors Channel Settings.

best regards.


Jun, 2012 - Permalink

Hi Torsten,

Thanks for your help, I've changed the decimal place but now it show the value as "0,000" so it's still zero!

My WMI query is; SELECT AvgDisksecPerRead FROM Win32_PerfFormattedData_PerfDisk_LogicalDisk WHERE name = 'C:'

I' ve tested, it's correct query but it returns just 0...

Best regards.


Jul, 2012 - Permalink

Have you tried the query for a test with our WMI Tester?


Jul, 2012 - Permalink

Yes, I've tried but it returns just "0" too. I have no idea how do I monitor "Avg. Disk sec/Read" via WMI. The correct value is e.g "0.008" (8ms) but WMI doesn't show it.


Jul, 2012 - Permalink

I'm afraid then it won't be monitorable in PRTG.


Jul, 2012 - Permalink