From 8ea721d6d8609086159db09dddc0a572cc68416d Mon Sep 17 00:00:00 2001 From: Napsty Date: Wed, 27 Apr 2022 04:29:21 +0200 Subject: [PATCH] Bump version --- check_smart.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check_smart.pl b/check_smart.pl index 4166022..7a392d6 100755 --- a/check_smart.pl +++ b/check_smart.pl @@ -53,7 +53,8 @@ # Dec 10, 2021: Claudio Kuenzler - Sec fix in path for pseudo-devices, add Erase_Fail_Count_Total, fix NVMe perfdata (6.12.0) # Dec 10, 2021: Claudio Kuenzler - Bugfix in interface handling (6.12.1) # Dec 16, 2021: Lorenz Kaestle - Bugfix when interface parameter was missing in combination with -g (6.12.2) -# Apr 22, 2022: Claudio Kuenzler - Allow skip temperature check (--skip-temp-check) (6.13.0) +# Apr 27, 2022: Claudio Kuenzler - Allow skip temperature check (--skip-temp-check) (6.13.0) +# Apr 27, 2022: Peter Newman - Better handling of missing or non-executable smartctl command (6.13.0) use strict; use Getopt::Long;