mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-02-26 13:48:42 +01:00
Increase ROC temperature thresholds
This commit is contained in:
@@ -32,8 +32,8 @@ use Getopt::Long qw(:config no_ignore_case);
|
||||
our $VERBOSITY = 0;
|
||||
our $VERSION = "1.0";
|
||||
our $NAME = "check_lsi_raid: Nagios/Icinga plugin to check LSI Raid Controller status";
|
||||
our $C_TEMP_WARNING = 60;
|
||||
our $C_TEMP_CRITICAL = 65;
|
||||
our $C_TEMP_WARNING = 80;
|
||||
our $C_TEMP_CRITICAL = 90;
|
||||
our $PD_TEMP_WARNING = 40;
|
||||
our $PD_TEMP_CRITICAL = 45;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user