From a1951e923d7c8234bcbff5357aee94ed39e00bbe Mon Sep 17 00:00:00 2001 From: Johannes Visintini Date: Mon, 21 Oct 2024 15:10:58 +0200 Subject: [PATCH] smartmon: add percent_lifetime_remain as allowed smart_attribute (#219) Signed-off-by: Johannes Visintini Co-authored-by: Constantin Nicolai --- 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