X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=63e62efb062f8d3656ebf2d050176d80c816b67f;hb=603d00c9b3956ccd8486d6e60c747e4dff1290f6;hp=298a43b4d2167c843a5e3844de1b65ee01e2ef26;hpb=e56e0ec209345beb11f35ad76c4e4cbcac03de5d;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 298a43b4..63e62efb 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -4173,18 +4173,18 @@ the B branch. Path to the PEM-encoded CA certificate file. Setting this option enables TLS communication with the MQTT broker, and as such, B should be the TLS-enabled port of the MQTT broker. -A valid TLS configuration requires B, B and B. +This option enables the use of TLS. =item B I Path to the PEM-encoded certificate file to use as client certificate when connecting to the MQTT broker. -A valid TLS configuration requires B, B and B. +Only valid if B and B are also set. =item B I Path to the unencrypted PEM-encoded key file corresponding to B. -A valid TLS configuration requires B, B and B. +Only valid if B and B are also set. =item B I @@ -4192,13 +4192,14 @@ If configured, this specifies the string protocol version (e.g. C, C) to use for the TLS connection to the broker. If not set a default version is used which depends on the version of OpenSSL the Mosquitto library was linked against. +Only valid if B is set. =item B I A string describing the ciphers available for use. See L and the C utility for more information. If unset, the default ciphers will be used. - +Only valid if B is set. =back @@ -5173,15 +5174,15 @@ System (NFS). It counts the number of procedure calls for each procedure, grouped by version and whether the system runs as server or client. It is possibly to omit metrics for a specific NFS version by setting one or -more of the following options to B (all of them default to B). +more of the following options to B (all of them default to B). =over 4 -=item B B|B +=item B B|B -=item B B|B +=item B B|B -=item B B|B +=item B B|B =back @@ -5655,15 +5656,12 @@ The OpenVPN plugin reads a status file maintained by OpenVPN and gathers traffic statistics about connected clients. To set up OpenVPN to write to the status file periodically, use the -B<--status> option of OpenVPN. Since OpenVPN can write two different formats, -you need to set the required format, too. This is done by setting -B<--status-version> to B<2>. +B<--status> option of OpenVPN. So, in a nutshell you need: openvpn $OTHER_OPTIONS \ - --status "/var/run/openvpn-status" 10 \ - --status-version 2 + --status "/var/run/openvpn-status" 10 Available options: @@ -7562,6 +7560,7 @@ filesystem or CSV (comma separated values) files. + #Plugin "slab" Instance "slabinfo" Separator " " @@ -7588,10 +7587,14 @@ The following options are available inside a B
block: =over 4 +=item B I + +If specified, I is used as the plugin name when submitting values. +Defaults to B
. + =item B I -If specified, I is used as the plugin instance. So, in the above -example, the plugin name C would be used. If omitted, the +If specified, I is used as the plugin instance. If omitted, the filename of the table is used instead, with all special characters replaced with an underscore (C<_>).