fix(plugin): trim & clean

This commit is contained in:
thibaults-centreon 2020-08-20 10:45:36 +02:00
parent 52635c817c
commit 4403832fa4
4 changed files with 4 additions and 7 deletions

View File

@ -136,4 +136,4 @@ Syntax: --critical-cluster-change-cause='%{cluster_change_cause} =~ /manualFailo
=back
=cut
=cut

View File

@ -77,7 +77,7 @@ sub new {
my $self = $class->SUPER::new(package => __PACKAGE__, %options, force_new_perfdata => 1);
bless $self, $class;
$options{options}->add_options(arguments => {});
$options{options}->add_options();
return $self;
}
@ -126,7 +126,6 @@ sub manage_selection {
};
}
1;
__END__
@ -145,5 +144,3 @@ total-license-usage, audio-license-usage, video-license-usage.
=back
=cut

View File

@ -149,4 +149,4 @@ Possible values are: provisioning-failed, provisioning-success
=back
=cut
=cut

View File

@ -149,4 +149,4 @@ Possible values are: updates-failed, updates-successed
=back
=cut
=cut