Skip to content

Commit b057237

Browse files
committed
Bump version 6.17.0
1 parent 2cdec36 commit b057237

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

check_smart.pl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@
6464
# Sep 10, 2024: Claudio Kuenzler - Fix performance data format, missing perfdata in SCSI drives (6.14.3)
6565
# Jan 31, 2025: Tomas Barton - Ignore old age attributes due to its unrealiability. Check ATA error logs (6.15.0)
6666
# Jun 12, 2025: Alexander Kanevskiy - Add usbjmicron devices (6.16.0)
67-
# Oct 3, 2025: Florian Sager - Fix evaluating ATA Error Count: 0 as a warning
67+
# Dec 15, 2025: Florian Sager - Fix evaluating ATA Error Count: 0 as a warning (6.17.0)
68+
# Dec 15, 2025: Philippe Beaumont - Add areca devices (6.17.0)
6869

6970
use strict;
7071
use Getopt::Long;
7172
use File::Basename qw(basename);
7273

7374
my $basename = basename($0);
74-
my $revision = '6.16.0';
75+
my $revision = '6.17.0';
7576

7677
# Standard Nagios return codes
7778
my %ERRORS=('OK'=>0,'WARNING'=>1,'CRITICAL'=>2,'UNKNOWN'=>3,'DEPENDENT'=>4);

0 commit comments

Comments
 (0)