Update version and changelog

This commit is contained in:
Thomas Niedermeier
2016-11-18 11:30:58 +01:00
parent 33d439d018
commit d4ea1b9c97
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -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;