mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
+ Fix fatpacker list-plugin
This commit is contained in:
parent
36310025af
commit
f374340522
@ -214,7 +214,7 @@ sub display_list_plugin {
|
|||||||
|
|
||||||
foreach my $key (@$integrated_plugins) {
|
foreach my $key (@$integrated_plugins) {
|
||||||
# Need to load it to get the description
|
# Need to load it to get the description
|
||||||
centreon::plugins::misc::mymodule_load(output => $self->{output}, module => $self->{plugin},
|
centreon::plugins::misc::mymodule_load(output => $self->{output}, module => $key,
|
||||||
error_msg => "Cannot load module --plugin.");
|
error_msg => "Cannot load module --plugin.");
|
||||||
|
|
||||||
my $name = $key;
|
my $name = $key;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user