mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-08-09 19:50:30 +02:00
Set version 2.0
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ use warnings;
|
|||||||
use Getopt::Long qw(:config no_ignore_case);
|
use Getopt::Long qw(:config no_ignore_case);
|
||||||
|
|
||||||
our $VERBOSITY = 0;
|
our $VERBOSITY = 0;
|
||||||
our $VERSION = "1.2";
|
our $VERSION = "2.0";
|
||||||
our $NAME = "check_lsi_raid: Nagios/Icinga plugin to check LSI Raid Controller status";
|
our $NAME = "check_lsi_raid: Nagios/Icinga plugin to check LSI Raid Controller status";
|
||||||
our $C_TEMP_WARNING = 80;
|
our $C_TEMP_WARNING = 80;
|
||||||
our $C_TEMP_CRITICAL = 90;
|
our $C_TEMP_CRITICAL = 90;
|
||||||
|
|||||||
Reference in New Issue
Block a user