fix timeout polycom trio

This commit is contained in:
garnier-quentin 2020-01-29 12:40:43 +01:00
parent 4313817509
commit 84c68f714f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ sub new {
'proto:s' => { name => 'proto' },
'api-username:s' => { name => 'api_username', default => 'Polycom' },
'api-password:s' => { name => 'api_password' },
'timeout:s' => { name => 'timeout', default => 30 },
'timeout:s' => { name => 'timeout', default => 50 },
'lockfile-dir:s' => { name => 'lockfile_dir', default => '/var/lib/centreon/centplugins' },
'unknown-http-status:s' => { name => 'unknown_http_status' },
'warning-http-status:s' => { name => 'warning_http_status' },