From 33e1cea87b35c38a7fdd5690c40ed22ae7ddf6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georg=20Sch=C3=B6nberger?= Date: Tue, 4 Mar 2014 16:19:53 +0100 Subject: [PATCH] Update version string --- check_lsi_raid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;