mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2025-07-13 19:31:50 +02:00
Update version and changelog
This commit is contained in:
@ -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)
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user