summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9dd02b2)
raw | patch | inline | side by side (parent: 9dd02b2)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 7 May 2016 00:34:25 +0000 (02:34 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 30 May 2016 21:44:19 +0000 (23:44 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 32bb3261b5580753ad8a3e370191a770e69d5538..3f3dc9e3829eb9cd3be8c38388d49f8276f5cdeb 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
The argument I<Host> may be a hostname, an IPv4 address, or an IPv6 address.
+Optionally, B<Listen> may be specified as a configuration block which
+supports the following options:
+
+=over 4
+
+=item B<EnableSSL> I<true>|I<false>
+
+Whether to enable SSL for incoming connections. Default: false.
+
+=item B<SSLRootCerts> I<Filename>
+
+=item B<SSLServerKey> I<Filename>
+
+=item B<SSLServerCert> I<Filename>
+
+Filenames specifying SSL certificate and key material to be used with SSL
+connections.
+
+=back
+
=item B<WorkerThreads> I<Num>
Number of threads to start for handling incoming connections. The default