Update version

This commit is contained in:
Georg Schönberger
2015-06-24 13:55:22 +02:00
parent 8afcee4ba7
commit 35bf9929f0
3 changed files with 9 additions and 3 deletions

4
README
View File

@@ -105,7 +105,7 @@
* storcli
Requirements for Icinga/Nagios:
-------------
-------------------------------
* On the system to be monitored:
** check_lsi_raid plugin
** storcli
@@ -118,4 +118,4 @@
Parameter usage (example):
--------------------------
* ./check_lsi_raid -Tw 40 -Tc 50 -LD 0,1 -PD 1 -b 0
* ./check_lsi_raid -Tw 40 -Tc 50 -LD 0,1 -PD 1 -b 0

View File

@@ -3,6 +3,12 @@ Changelog for check_lsi_raid, a Nagios/Icinga plugin to check LSI RAID
controllers
###############################################################################
Version 2.2 20150624
* Dereference hash keys when using key method
* DHS is a valid drive state (dedicated hot spare)
* Add nosudo to help text, only add sudo if not already root
* Fix status string check and setting of Critical level
Version 2.1 20141120
* Various bug fixes
** Allow state for global 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.1";
our $VERSION = "2.2";
our $NAME = "check_lsi_raid: Nagios/Icinga plugin to check LSI Raid Controller status";
our $C_TEMP_WARNING = 80;
our $C_TEMP_CRITICAL = 90;