Closed eLvErDe closed 2 years ago
Hi Adam
Take a look at article https://www.claudiokuenzler.com/blog/1077/when-is-solid-state-drive-ssd-dead-analysis-crucial-mx500-1tb. There's an example how the Percent_Lifetime_Remain is working. The name might be confusing in this situation because smartcl "translates" the raw values into increasing counters.
You want to set a warning threshold to a higher value, for example 90. That's what the -l
parameter does in the background (adds Percent_Lifetime_Remain=90
to the warning list).
Note that this attribute only seems to exist on Crucial SSD drives.
Oh, okay so it's working reverse actually, you should write this down somewhere ;) So basically with this attribute being 4 the SSD is still brand new
It's actually somewhere documented in Smartmontools (that the counters are all counting up) but I will add some more info in the documentation, thanks for the hint. Additional information can also be found here: https://www.claudiokuenzler.com/blog/1056/check-smart-6.9.0-pci-device-name-percent-lifetime-remain-ssd-attribute
Yes, value 4 indicates a fairly new drive.
Thanks a lot for all details and for this great check :)
Documentation on https://www.claudiokuenzler.com/monitoring-plugins/check_smart.php updated.
Hello,
I'm not sure to understand how to deal with Percent_Lifetime_Remain, it seems the threshold is working up side down:
and it seems there's is no support for regular Nagios threshold using colon. Can you help me with that ?
Regards, Adam.