WindowsAgent icon indicating copy to clipboard operation
WindowsAgent copied to clipboard

[Feature request] Add storage SMART status

Open Mant1kor opened this issue 6 years ago • 1 comments

If it possible, please add feature to get storages SMART status like GOOD/WARNING/BAD.

Mant1kor avatar May 05 '18 19:05 Mant1kor

Hi, @charleneauger I know how to get PredictFailure status from windows machines(powershell):

>Get-WmiObject -namespace root\wmi -class MSStorageDriver_FailurePredictStatus
[cut]
Active           : True
InstanceName     : SCSI\Disk&Ven_KINGSTON&Prod_\4&39693902&0&000000_0
PredictFailure   : False
[cut]

there is PredictFailure option for each Disk:

Mant1kor avatar Nov 21 '18 09:11 Mant1kor