From: Marc Fournier Date: Sat, 26 Jul 2014 09:30:32 +0000 (+0200) Subject: document new options to write_http plugin X-Git-Tag: collectd-5.5.0~267^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=0cd67d96b4c6755faccc0886b928d04479ff0238;p=collectd.git document new options to write_http plugin ... which were added in 6d2bcca2. --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index c689aaff..a9594520 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1176,6 +1176,11 @@ # VerifyPeer true # VerifyHost true # CACert "/etc/ssl/ca.crt" +# CAPath "/etc/ssl/certs/" +# ClientKey "/etc/ssl/client.pem" +# ClientCert "/etc/ssl/client.crt" +# ClientKeyPass "secret" +# SSLVersion "TLSv1" # Format "Command" # StoreRates false # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 8d05e9a0..008c1589 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6408,6 +6408,33 @@ File that holds one or more SSL certificates. If you want to use HTTPS you will possibly need this option. What CA certificates come bundled with C and are checked by default depends on the distribution you use. +=item B I + +Directory holding one or more CA certificate files. You can use this if for +some reason all the needed CA certificates aren't in the same file and can't be +pointed to using the B option. Requires C to be built against +OpenSSL. + +=item B I + +File that holds the private key in PEM format to be used for certificate-based +authentication. + +=item B I + +File that holds the SSL certificate to be used for certificate-based +authentication. + +=item B I + +Password required to load the private key in B. + +=item B B|B|B|B|B|B + +Define which SSL protocol version must be used. By default C will +attempt to figure out the remote SSL protocol version. See +L for more details. + =item B B|B Format of the output to generate. If set to B, will create output that