First, start off with the following CI rule:
Title: Hard Drive Failure Prediction Alert (SMART)
ShellCommandTextReturn(wmic /namespace:\\root\wmi path MSStorageDriver_FailurePredictStatus where PredictFailure!=FALSE get PredictFailure)
Then you will want to create a Computer Notification to look for the field containing TRUE.
Comments