mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
Refs #5850
This commit is contained in:
parent
f2321264d5
commit
f4af63e8eb
@ -110,6 +110,7 @@ sub get_plugin {
|
||||
$self->{version} = $self->{options}->get_option(argument => 'version' );
|
||||
$self->{runas} = $self->{options}->get_option(argument => 'runas' );
|
||||
$self->{environment} = $self->{options}->get_option(argument => 'environment' );
|
||||
$self->{ignore_warn_msg} = $self->{options}->get_option(argument => 'ignore_warn_msg' );
|
||||
|
||||
$self->{output}->mode(name => $self->{mode});
|
||||
$self->{output}->plugin(name => $self->{plugin});
|
||||
|
Loading…
x
Reference in New Issue
Block a user