X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=016edf5dd09313db0eee1a8296e9e5f67c485642;hb=de64a9127f1a6da9052f5d4d55eeadce9d574c85;hp=524c435bfa497330cf9a528caea451fb61bccf49;hpb=09c57e6f2fa67509f815245329610ef0658709f7;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 524c435b..016edf5d 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -775,6 +775,18 @@ 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 + +Specifies which ciphers to use in the connection. The list of ciphers +must specify valid ciphers. See +L for details. + +=item B I + +The B option sets the overall timeout for HTTP requests to B, in +milliseconds. By default, the configured B is used to set the +timeout. + =back =head2 Plugin C @@ -863,6 +875,12 @@ 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 + +The B option sets the overall timeout for HTTP requests to B, in +milliseconds. By default, the configured B is used to set the +timeout. + =back =head2 Plugin C @@ -1160,6 +1178,12 @@ Collect global memory statistics. Default: Enabled. +=item B I + +The B option sets the overall timeout for HTTP requests to B, in +milliseconds. By default, the configured B is used to set the +timeout. + =item B I Collect statistics about a specific I<"view">. BIND can behave different, @@ -1488,6 +1512,10 @@ C). Measure response time for the request. If this setting is enabled, B blocks (see below) are optional. Disabled by default. +Beware that requests will get aborted if they take too long to complete. Adjust +B accordingly if you expect B to report such slow +requests. + =item B B|B Measure response code for the request. If this setting is enabled, B @@ -1502,6 +1530,18 @@ plugin below on how matches are defined. If the B or B options are set to B, B blocks are optional. +=item B I + +The B option sets the overall timeout for HTTP requests to B, in +milliseconds. By default, the configured B is used to set the +timeout. Prior to version 5.5.0, there was no timeout and requests could hang +indefinitely. This legacy behaviour can be achieved by setting the value of +B to 0. + +If B is 0 or bigger than the B, keep in mind that each slow +network connection will stall one read thread. Adjust the B global +setting accordingly to prevent this from blocking other plugins. + =back =head2 Plugin C @@ -1588,6 +1628,8 @@ URL. By default the global B setting will be used. =item B I +=item B I + These options behave exactly equivalent to the appropriate options of the I plugin. Please see there for a detailed description. @@ -1688,6 +1730,8 @@ Examples: =item B I +=item B I + These options behave exactly equivalent to the appropriate options of the I. Please see there for a detailed description. @@ -4115,6 +4159,12 @@ 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 + +The B option sets the overall timeout for HTTP requests to B, in +milliseconds. By default, the configured B is used to set the +timeout. + =back =head2 Plugin C