mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
Refs #5850
This commit is contained in:
parent
db28d14c59
commit
12f9ba5b0e
@ -110,6 +110,7 @@ sub get_plugin {
|
|||||||
$self->{version} = $self->{options}->get_option(argument => 'version' );
|
$self->{version} = $self->{options}->get_option(argument => 'version' );
|
||||||
$self->{runas} = $self->{options}->get_option(argument => 'runas' );
|
$self->{runas} = $self->{options}->get_option(argument => 'runas' );
|
||||||
$self->{environment} = $self->{options}->get_option(argument => 'environment' );
|
$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}->mode(name => $self->{mode});
|
||||||
$self->{output}->plugin(name => $self->{plugin});
|
$self->{output}->plugin(name => $self->{plugin});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user