Starting with version 6.15.0, check_smart.pl
additionally checks for errors in the so-called SMART Error Log by default.
To skip checking the SMART Error Log, the new parameter --skip-error-log
can be used.
Another new parameter is the -O/--oldage
parameter. If this parameter is used, certain attributes of type "Oldage" are ignored. Right now these attributes are 202,Percent_Lifetime_Used for ATA drives and when the Critical_Warning attribute of NVMe drives has the value 0x04
.
Thanks a lot to @deric for the contributions!