X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=b2aab2139e1ce45633e2004609955c7e5b5a13f6;hb=1b4d95b869063e619bd7aae54cf37c5a1b91fbee;hp=f5e9d2786744ad7bc7f2bccd1a2e240bda418163;hpb=fbcd49e749c383728f81174280f976ae0d2be2c7;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index f5e9d278..b2aab213 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -4513,6 +4513,16 @@ The following options are accepted within each B block: Sets the URL to use to connect to the I server. This option is I. +=item B I + +Name in the form of an LDAP distinguished name intended to be used for +authentication. Defaults to empty string to establish an anonymous authorization. + +=item B I + +Password for simple bind authentication. If this option is not set, +unauthenticated bind operation is used. + =item B B Defines whether TLS must be used when connecting to the I server. @@ -7484,14 +7494,16 @@ Synopsis: Host "localhost" Port "6379" Timeout 1000 + Prefix "collectd/" Values are submitted to I, using the metric name as the key, and the timestamp as the score. Retrieving a date range can then be done using the C I command. Additionnally, all the identifiers of these -I are kept in a I called C and can be -retrieved using the C I command. See +I are kept in a I called C (or +C<${prefix}/values> if the B option was specified) and can be retrieved +using the C I command. See L and L for details. @@ -7526,6 +7538,13 @@ that numerical port numbers must be given as a string, too. The B option sets the socket connection timeout, in milliseconds. +=item B I + +Prefix used when constructing the name of the I and the I +containing all metrics. Defaults to C, so metrics will have names +like C. When setting this to something different, it +is recommended but not required to include a trailing slash in I. + =back =head2 Plugin C