mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2025-07-14 03:41:50 +02:00
Update version and changelog
This commit is contained in:
@ -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)
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user