From d4ea1b9c97d915fe8b7932524aaeee20eed71caa Mon Sep 17 00:00:00 2001 From: Thomas Niedermeier Date: Fri, 18 Nov 2016 11:30:58 +0100 Subject: [PATCH] Update version and changelog --- changelog | 6 ++++++ check_lsi_raid | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 859ccfd..59e5fa2 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.5 20161118 + * Increased temperature warning and critical thresholds for the controller + * Check if GasGaugeStatus equals to N/A string + * Check for failure 46, drive not attached + + Version 2.4 20160519 * Exit with warning if no storage is attached to controller * Add JBOD to valid states (THX to ddesmet) diff --git a/check_lsi_raid b/check_lsi_raid index fe954b9..503991a 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.4"; +our $VERSION = "2.5"; our $NAME = "check_lsi_raid: Nagios/Icinga plugin to check LSI Raid Controller status"; our $C_TEMP_WARNING = 85; our $C_TEMP_CRITICAL = 95;