mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-22 21:24:53 +02:00
Fix #7214
This commit is contained in:
parent
ab4327b26d
commit
9de2bc5145
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user