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

smartmon: add percent_lifetime_remain as allowed smart_attribute #219

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions smartmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'wear_leveling_count',
'nand_writes_1gib',
'offline_uncorrectable',
'percent_lifetime_remain',
'power_cycle_count',
'power_on_hours',
'program_fail_count',
Expand Down
1 change: 1 addition & 0 deletions smartmon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ load_cycle_count
media_wearout_indicator
nand_writes_1gib
offline_uncorrectable
percent_lifetime_remain
power_cycle_count
power_on_hours
program_fail_cnt_total
Expand Down
Loading