Skip to content

Commit

Permalink
Bump version to 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Napsty committed Dec 4, 2019
1 parent 7075f5c commit e140703
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion check_smart.pl
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,14 @@
# Oct 29, 2019: Jesse Becker - Remove dependency on utils.pm, add quiet parameter (6.4)
# Nov 22, 2019: Claudio Kuenzler - Add Reported_Uncorrect and Reallocated_Event_Count to default raw list (6.5)
# Nov 29, 2019: Claudio Kuenzler - Add 3ware and cciss devices for global (-g) check, adjust output (6.6)
# Dec 4, 2019: Ander Punnar - Fix 'deprecation warning on regex with curly brackets' (6.6.1)

use strict;
use Getopt::Long;
use File::Basename qw(basename);

my $basename = basename($0);
my $revision = '6.6';
my $revision = '6.6.1';

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

0 comments on commit e140703

Please sign in to comment.