mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-03-01 07:08:43 +01:00
Update version
This commit is contained in:
4
README
4
README
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user