mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
commit
0d5d4087bb
@ -49,6 +49,7 @@ sub new {
|
|||||||
"password:s@" => { name => 'password' },
|
"password:s@" => { name => 'password' },
|
||||||
"proxyurl:s@" => { name => 'proxyurl' },
|
"proxyurl:s@" => { name => 'proxyurl' },
|
||||||
"timeout:s@" => { name => 'timeout' },
|
"timeout:s@" => { name => 'timeout' },
|
||||||
|
"ssl-opt:s@" => { name => 'ssl_opt' },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
$options{options}->add_help(package => __PACKAGE__, sections => 'REST API OPTIONS', once => 1);
|
$options{options}->add_help(package => __PACKAGE__, sections => 'REST API OPTIONS', once => 1);
|
||||||
@ -193,6 +194,10 @@ Proxy URL if any
|
|||||||
|
|
||||||
Set HTTP timeout
|
Set HTTP timeout
|
||||||
|
|
||||||
|
=item B<--ssl-opt>
|
||||||
|
|
||||||
|
Set SSL Options (--ssl-opt="SSL_version => TLSv1" --ssl-opt="SSL_verify_mode => SSL_VERIFY_NONE").
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user