mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
enh(mode)pvx-default-timeout
Avoid Perl errors when using curl backend.
This commit is contained in:
parent
7b3d7d3efa
commit
db9abbae05
@ -53,7 +53,7 @@ sub new {
|
|||||||
'basic' => { name => 'basic' },
|
'basic' => { name => 'basic' },
|
||||||
'username:s' => { name => 'username' },
|
'username:s' => { name => 'username' },
|
||||||
'password:s' => { name => 'password' },
|
'password:s' => { name => 'password' },
|
||||||
'timeout:s' => { name => 'timeout' },
|
'timeout:s' => { name => 'timeout', default => 10 },
|
||||||
'timeframe:s' => { name => 'timeframe' },
|
'timeframe:s' => { name => 'timeframe' },
|
||||||
'timezone:s' => { name => 'timezone', default => 'UTC' }
|
'timezone:s' => { name => 'timezone', default => 'UTC' }
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user