Commit c072119
committed
fix(thresholds): mark wear leveling count (attr 177) as critical
Samsung SSDs report wear leveling count via SMART attribute 177, but it
was not displayed by default because it was not marked as critical.
Changes:
- Mark attribute 177 as Critical: true so it displays by default
- Rename from "Wear Range Delta" to "Wear Leveling Count" to match smartctl
- Set Ideal: "high" since higher values indicate less wear
- Update description to be more informative
Fixes #21
Upstream: AnalogJ#8181 parent 6123347 commit c072119
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | | - | |
430 | | - | |
431 | | - | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
0 commit comments