diff --git a/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm b/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm index 482530881..e934d787c 100644 --- a/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm +++ b/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm @@ -136,4 +136,4 @@ Syntax: --critical-cluster-change-cause='%{cluster_change_cause} =~ /manualFailo =back -=cut \ No newline at end of file +=cut diff --git a/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/license.pm b/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/license.pm index c3b7af6e2..efe1a19f3 100644 --- a/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/license.pm +++ b/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/license.pm @@ -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 - - diff --git a/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm b/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm index 0177798f3..a043d2f8a 100644 --- a/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm +++ b/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm @@ -149,4 +149,4 @@ Possible values are: provisioning-failed, provisioning-success =back -=cut \ No newline at end of file +=cut diff --git a/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/updates.pm b/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/updates.pm index ad4d014a0..85cf6e072 100644 --- a/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/updates.pm +++ b/centreon-plugins/hardware/devices/polycom/rprm/snmp/mode/updates.pm @@ -149,4 +149,4 @@ Possible values are: updates-failed, updates-successed =back -=cut \ No newline at end of file +=cut