mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 21:55:16 +02:00
+ set list for bigip skipping in debug mode
This commit is contained in:
parent
a01f3c80eb
commit
13a89f95de
@ -74,7 +74,7 @@ sub manage_selection {
|
||||
next;
|
||||
}
|
||||
|
||||
$self->{output}->output_add(long_msg => "Skipping node '" . $name . "': no matching filter name");
|
||||
$self->{output}->output_add(long_msg => "Skipping node '" . $name . "': no matching filter name", debug => 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,7 +72,7 @@ sub manage_selection {
|
||||
next;
|
||||
}
|
||||
|
||||
$self->{output}->output_add(long_msg => "Skipping pool '" . $self->{result_names}->{$oid} . "': no matching filter name");
|
||||
$self->{output}->output_add(long_msg => "Skipping pool '" . $self->{result_names}->{$oid} . "': no matching filter name", debug => 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -72,7 +72,7 @@ sub manage_selection {
|
||||
next;
|
||||
}
|
||||
|
||||
$self->{output}->output_add(long_msg => "Skipping virtual server '" . $self->{result_names}->{$oid} . "': no matching filter name");
|
||||
$self->{output}->output_add(long_msg => "Skipping virtual server '" . $self->{result_names}->{$oid} . "': no matching filter name", debug => 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user