Update version string

This commit is contained in:
Georg Schönberger
2014-03-04 16:19:53 +01:00
parent 3e021cccd2
commit 33e1cea87b

View File

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