diff --git a/check_lsi_raid b/check_lsi_raid index 375e826..0eca5b4 100755 --- a/check_lsi_raid +++ b/check_lsi_raid @@ -31,7 +31,7 @@ use warnings; use Getopt::Long qw(:config no_ignore_case); our $VERBOSITY = 0; -our $VERSION = "1.1"; +our $VERSION = "1.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;