I have created a custom WMI sensor to monitor disk transfers per second on a selected disk using the SQL script:
SELECT DiskTransfersPersec FROM CPQ_PhysicalDisk WHERE PhysicalDisk Like '%F:%'
If the sensor returns any value higher than 0 it errors.
Example error: '16.9246711730957' is not a valid integer value
The value is the correct reading, however why does it state that it is not a valid integer value?
Thanks James
Add comment