fix(plugin): trim & clean
This commit is contained in:
parent
52635c817c
commit
4403832fa4
|
@ -136,4 +136,4 @@ Syntax: --critical-cluster-change-cause='%{cluster_change_cause} =~ /manualFailo
|
|||
|
||||
=back
|
||||
|
||||
=cut
|
||||
=cut
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -149,4 +149,4 @@ Possible values are: provisioning-failed, provisioning-success
|
|||
|
||||
=back
|
||||
|
||||
=cut
|
||||
=cut
|
||||
|
|
|
@ -149,4 +149,4 @@ Possible values are: updates-failed, updates-successed
|
|||
|
||||
=back
|
||||
|
||||
=cut
|
||||
=cut
|
||||
|
|
Loading…
Reference in New Issue