mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-25 14:44:43 +02:00
fix(aws/health): typo in events mode (#2912)
This commit is contained in:
parent
7fea97733b
commit
09dc563bb1
@ -103,7 +103,7 @@ sub check_options {
|
|||||||
next if ($option eq '');
|
next if ($option eq '');
|
||||||
|
|
||||||
$self->{filter_options}->{'filter_' . $_} = [] if (!defined($self->{filter_options}->{'filter_' . $_}));
|
$self->{filter_options}->{'filter_' . $_} = [] if (!defined($self->{filter_options}->{'filter_' . $_}));
|
||||||
push @{$self->{filter_options}->{'filter_' . $_}}, split(/,/, $options);
|
push @{$self->{filter_options}->{'filter_' . $_}}, split(/,/, $option);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user