From 6c35ba6797d7b4e68caffaf1503900d8533f7448 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Tue, 18 Jun 2019 13:39:55 +0200 Subject: [PATCH] fix argument error --- .../hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm b/centreon-plugins/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm index a4d30bd8c..04f54ab28 100644 --- a/centreon-plugins/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm +++ b/centreon-plugins/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm @@ -41,7 +41,7 @@ sub new { "ssh-path:s" => { name => 'ssh_path' }, "ssh-command:s" => { name => 'ssh_command', default => 'ssh' }, "hmc-command:s" => { name => 'hmc_command', default => 'lssvcevents' }, - "retention:i" => { name => 'retention' }, + "retention:s" => { name => 'retention' }, "minutes" => { name => 'minutes' }, "filter-status:s" => { name => 'filter_status', default => 'open' }, "filter-problem-nums:s" => { name => 'filter_problem_nums' },