Update version and changelog

This commit is contained in:
Georg Schönberger
2015-10-20 08:25:04 +02:00
parent 604f6e5f3c
commit f87c963710
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@ Changelog for check_lsi_raid, a Nagios/Icinga plugin to check LSI RAID
controllers
###############################################################################
Version 2.3 20151020
* Check for solaris in linux code path
* Remove storcli logs per default, as a log is created on each plugin call
Version 2.2 20150624
* Dereference hash keys when using key method
* DHS is a valid drive state (dedicated hot spare)

View File

@ -31,7 +31,7 @@ use Getopt::Long qw(:config no_ignore_case);
use File::Which;
our $VERBOSITY = 0;
our $VERSION = "2.2";
our $VERSION = "2.3";
our $NAME = "check_lsi_raid: Nagios/Icinga plugin to check LSI Raid Controller status";
our $C_TEMP_WARNING = 80;
our $C_TEMP_CRITICAL = 90;