fix timeout polycom trio

This commit is contained in:
garnier-quentin 2020-01-29 12:40:43 +01:00
parent 0cabbbd189
commit 8ac3efa867
1 changed files with 1 additions and 1 deletions

View File

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