Releases: Napsty/check_smart
Releases · Napsty/check_smart
6.17.0
6.16.0
6.15.0
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!
6.14.3
6.14.2
6.14.1
This is a bugfix release and fixes multiple minor bugs.
- Fix default Percent_Lifetime_Remain threshold handling when -w is given by @ymartin-ovh , see #93
- Fix debug output of raw check list when using
-lorssd-lifetime, see #94 - Fix
--hide-snwhen combined with--debug(thesmartctloutput still showed the serial number), see #94
6.14.0
- Show drive(s) causing the UNKNOWN status when checking multiple drives using
-g/--globalparameter #89 - Add possibility to hide the drive's serial number in the plugin output using
--hide-sn#90 - Check (by default) for high Load Cycle Count of hard drive. Can be ignored using
--skip-load-cyclesparameter #91