mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-20 12:14:54 +02:00
Refs #5362
This commit is contained in:
parent
1c1d83c6a8
commit
d6537ce53f
@ -109,7 +109,7 @@ sub run {
|
||||
|
||||
if (defined($self->{option_results}->{filter_tray}) && $self->{option_results}->{filter_tray} ne '' &&
|
||||
$descr !~ /$self->{option_results}->{filter_tray}/) {
|
||||
$self->{output}->output_add(long_msg => "Skipping tray '$ ': not matching filter.");
|
||||
$self->{output}->output_add(long_msg => "Skipping tray '$descr': not matching filter.");
|
||||
next;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user