Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inte 545s fixes #15

Merged
merged 1 commit into from Dec 10, 2020
Merged

inte 545s fixes #15

merged 1 commit into from Dec 10, 2020

Conversation

marunjar
Copy link
Contributor

Add checks for some additional smart attibutes so scripts will work with intel 545s ssds too.

SMART example, it has Power_Cycle_Count but Start_Stop_Count is missing and there is 190 Temperature_Case instead of 190 Airflow_Temperature

########## Intel 545s Series SSDs

SMART overall-health self-assessment test result: PASSED

ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  5 Reallocated_Sector_Ct   0x0032   100   100   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       15259
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       132
170 Unknown_Attribute       0x0033   100   100   010    Pre-fail  Always       -       0
171 Program_Fail_Count      0x0032   100   100   000    Old_age   Always       -       0
172 Erase_Fail_Count        0x0032   100   100   000    Old_age   Always       -       0
173 Unknown_Attribute       0x0033   099   099   005    Pre-fail  Always       -       68722491397
174 Unexpect_Power_Loss_Ct  0x0032   100   100   000    Old_age   Always       -       61
183 SATA_Downshift_Count    0x0032   100   100   000    Old_age   Always       -       0
184 End-to-End_Error        0x0033   100   100   090    Pre-fail  Always       -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
190 Temperature_Case        0x0032   028   042   000    Old_age   Always       -       28 (Min/Max 20/42)
192 Unsafe_Shutdown_Count   0x0032   100   100   000    Old_age   Always       -       61
199 CRC_Error_Count         0x0032   100   100   000    Old_age   Always       -       0
225 Host_Writes_32MiB       0x0032   100   100   000    Old_age   Always       -       159085
226 Workld_Media_Wear_Indic 0x0032   100   100   000    Old_age   Always       -       0
227 Workld_Host_Reads_Perc  0x0032   100   100   000    Old_age   Always       -       0
228 Workload_Minutes        0x0032   100   100   000    Old_age   Always       -       0
232 Available_Reservd_Space 0x0033   100   100   010    Pre-fail  Always       -       0
233 Media_Wearout_Indicator 0x0032   097   097   000    Old_age   Always       -       0
236 Unknown_Attribute       0x0032   097   097   000    Old_age   Always       -       0
241 Host_Writes_32MiB       0x0032   100   100   000    Old_age   Always       -       159085
242 Host_Reads_32MiB        0x0032   100   100   000    Old_age   Always       -       170728
249 NAND_Writes_1GiB        0x0032   100   100   000    Old_age   Always       -       3219
252 Unknown_Attribute       0x0032   100   100   000    Old_age   Always       -       16

add checks for additional smart attibutes
@Spearfoot
Copy link
Owner

Thank you for the PR!

Have you tested these changes on a system with drives other than the Intel 545?

@marunjar
Copy link
Contributor Author

@Spearfoot i tested only the ones i have: WD red pro, Intel S4510 and now these 545s.
I have this running for a while now but as there are only some additional patterns to match i feel pretty safe with these modifications.

@Spearfoot Spearfoot merged commit 8e22ba9 into Spearfoot:master Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants