mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
fix argument error
This commit is contained in:
parent
00e279aa4a
commit
002864801d
@ -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' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user