From 8e2fb90be5532e515b390b4484f75bb634197a06 Mon Sep 17 00:00:00 2001 From: Johannes Visintini Date: Wed, 24 Jul 2024 16:22:49 +0200 Subject: [PATCH] smartmon: add percent_lifetime_remain as allowed smart_attribute Co-authored-by: Constantin Nicolai Signed-off-by: Johannes Visintini --- smartmon.py | 1 + smartmon.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/smartmon.py b/smartmon.py index 9e0820f..ddca84f 100755 --- a/smartmon.py +++ b/smartmon.py @@ -45,6 +45,7 @@ 'wear_leveling_count', 'nand_writes_1gib', 'offline_uncorrectable', + 'percent_lifetime_remain', 'power_cycle_count', 'power_on_hours', 'program_fail_count', diff --git a/smartmon.sh b/smartmon.sh index c20a850..bd70b37 100755 --- a/smartmon.sh +++ b/smartmon.sh @@ -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