This commit is contained in:
Quentin Garnier 2014-07-18 13:35:21 +02:00
parent ab4327b26d
commit 9de2bc5145
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ sub getCommandName {
sub checkArgs {
my $self = shift;
my ($ds, $warn, $crit, $warn2, $crit2) = @_;
my ($ds, $filter, $warn, $crit, $warn2, $crit2) = @_;
if (!defined($ds) || $ds eq "") {
$self->{logger}->writeLogError("ARGS error: need datastore name");