From 8ac3efa867c712a51a11c1f07aaae0419f35484b Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Wed, 29 Jan 2020 12:40:43 +0100 Subject: [PATCH] fix timeout polycom trio --- .../hardware/devices/polycom/trio/restapi/custom/api.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/hardware/devices/polycom/trio/restapi/custom/api.pm b/centreon-plugins/hardware/devices/polycom/trio/restapi/custom/api.pm index f846d1f67..b71534ac9 100644 --- a/centreon-plugins/hardware/devices/polycom/trio/restapi/custom/api.pm +++ b/centreon-plugins/hardware/devices/polycom/trio/restapi/custom/api.pm @@ -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' },