diff --git a/changelog b/changelog index 74f9409..33dd4be 100644 --- a/changelog +++ b/changelog @@ -3,6 +3,12 @@ Changelog for check_lsi_raid, a Nagios/Icinga plugin to check LSI RAID controllers ############################################################################### +Version 2.1 20141120 + * Various bug fixes + ** Allow state for global hot spare + ** Skip consistency check for cachecade volumes + ** Dereference status level + Version 2.0 20141020 * Completed refactoring of all check methods, the plugin now seperates value gathering and status checking. diff --git a/check_lsi_raid b/check_lsi_raid index b97a2a7..6f4ac39 100755 --- a/check_lsi_raid +++ b/check_lsi_raid @@ -30,7 +30,7 @@ use warnings; use Getopt::Long qw(:config no_ignore_case); our $VERBOSITY = 0; -our $VERSION = "2.0"; +our $VERSION = "2.1"; our $NAME = "check_lsi_raid: Nagios/Icinga plugin to check LSI Raid Controller status"; our $C_TEMP_WARNING = 80; our $C_TEMP_CRITICAL = 90;