From 35bf9929f08a23341468aee4b10d81be1736032a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georg=20Sch=C3=B6nberger?= Date: Wed, 24 Jun 2015 13:55:22 +0200 Subject: [PATCH] Update version --- README | 4 ++-- changelog | 6 ++++++ check_lsi_raid | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README b/README index 7ced86a..31b94dd 100644 --- a/README +++ b/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 \ No newline at end of file +* ./check_lsi_raid -Tw 40 -Tc 50 -LD 0,1 -PD 1 -b 0 diff --git a/changelog b/changelog index 33dd4be..22d7fda 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.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 diff --git a/check_lsi_raid b/check_lsi_raid index 473fa52..0475d2b 100755 --- a/check_lsi_raid +++ b/check_lsi_raid @@ -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;