mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
enhance aws health
This commit is contained in:
parent
36312a22a8
commit
cbb7deed1b
@ -102,7 +102,7 @@ sub check_options {
|
|||||||
foreach my $option (@{$self->{option_results}->{'filter_' . $_}}) {
|
foreach my $option (@{$self->{option_results}->{'filter_' . $_}}) {
|
||||||
next if ($option eq '');
|
next if ($option eq '');
|
||||||
|
|
||||||
$self->{filter_options}->{'filter_' . $_} = [] if (!defined($self->{'filter_' . $_}));
|
$self->{filter_options}->{'filter_' . $_} = [] if (!defined($self->{filter_options}->{'filter_' . $_}));
|
||||||
push @{$self->{filter_options}->{'filter_' . $_}}, $option;
|
push @{$self->{filter_options}->{'filter_' . $_}}, $option;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user