Skip to content

Releases: Napsty/check_smart

6.17.0

15 Dec 18:27

Choose a tag to compare

6.16.0

12 Jun 13:08

Choose a tag to compare

Added support of devices behind usbjmicron bridge (#109)

6.15.0

31 Jan 06:40
a6cdc66

Choose a tag to compare

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

10 Sep 06:21
09abe35

Choose a tag to compare

  • Fix performance data format
  • Fix #99

6.14.2

15 Mar 06:02

Choose a tag to compare

This is a bugfix release and fixes a bug when checking NVMe drive(s) in combination with the auto interface (-i auto).

  • #97 Fix nvme attribute check-list when auto interface is given and device is nvme

6.14.1

20 Sep 13:37
33171bf

Choose a tag to compare

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 -l or ssd-lifetime, see #94
  • Fix --hide-sn when combined with --debug (the smartctl output still showed the serial number), see #94

6.14.0

29 Apr 09:44

Choose a tag to compare

  • Show drive(s) causing the UNKNOWN status when checking multiple drives using -g / --global parameter #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-cycles parameter #91

6.13.0

27 Apr 02:36

Choose a tag to compare

  • Allow skip temperature check, introduces new parameter --skip-temp-check
  • Improved handling of missing or non-executable smartctl command

6.12.2

16 Dec 07:51

Choose a tag to compare

Bugfix when interface parameter was missing in combination with -g (#79)

6.12.1

10 Dec 13:06
e071eb0

Choose a tag to compare

Fix regression bug in 6.12.0 (#77)