Skip to content

Commit

Permalink
check_snmp_raid.pl: variable name fix for previous previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
willixix committed Oct 16, 2013
1 parent 99b500d commit 6ce951b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_snmp_raid.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ sub check_options {
}
}
# make sure gooddrive alert threshold is set incase we use sasraid and multiple controllers option.
if (!defined($opt_gooddrives) && $fcardtype eq 'sasraid' && defined($opt_multcontrollers)) {
if (!defined($opt_gooddrives) && $cardtype eq 'sasraid' && defined($opt_multcontrollers)) {
usage("sasraid is used with multiple controllers option, must specify good drive alert threshold");
}

Expand Down

0 comments on commit 6ce951b

Please sign in to comment.