I'd like to query the S.M.A.R.T. FailurePredict status via WMI. However the query "Select PredictFailure from MSStorageDriver_FailurePredictStatus" returns a BOOLEAN value that PRTG doesn't seem to understand.
WMI Query FailurePredictStatus
Modified on 2025-06-10 11:33:13 +0200
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
Hello,
yes the WMI Custom (WQL)-Sensor can only work with numerical results at the moment. But you should be able to do your check with a VB-Script and then let this one return an exit-code according to the boolean-value of the WMI Query.
best regards.
Feb, 2012 - Permalink