X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=23af31ad1b60941511374bc466e3830a72844946;hb=f1538c3b02b7c3caa080f8a5d4d572cd3f662dd0;hp=54dc648831f24287ba8779d18a26c33b5a8eec8a;hpb=56cfc69d0a124c80036b73c2ef1c192706097faa;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 54dc6488..23af31ad 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -208,9 +208,7 @@ I may be specified to filter which files to include. This may be used in combination with recursively including a directory to easily be able to arbitrarily mix configuration files and other documents (e.g. README files). The given example is similar to the first example above but includes all files -matching C<*.conf> in any subdirectory of C: - - Include "/etc/collectd.d" "*.conf" +matching C<*.conf> in any subdirectory of C. =back @@ -836,13 +834,15 @@ default for backwards compatibility, the time will be reported in minutes. =item B B|B -By default, the plugin will try to keep the connection to UPS open between -reads. Since this appears to be somewhat brittle (I appears to close -the connection due to inactivity quite quickly), the plugin will try to detect -this problem and switch to an open-read-close mode in such cases. +The plugin is designed to keep the connection to I open between reads. +If plugin poll interval is greater than 15 seconds (hardcoded socket close +timeout in I NIS), then this option is B by default. You can instruct the plugin to close the connection after each read by setting -this option to B. +this option to B or force keeping the connection by setting it to B. + +If I appears to close the connection due to inactivity quite quickly, +the plugin will try to detect this problem and switch to an open-read-close mode. =back @@ -2559,8 +2559,8 @@ at least one digit. =item B I|I -Interface name is not unique on Solaris (KSTAT), interface name is unique -only within a module/instance. Following tuple is considered unique: +Interface name is not unique on Solaris (KSTAT), interface name is unique +only within a module/instance. Following tuple is considered unique: (ks_module, ks_instance, ks_name) If this option is set to true, interface name contains above three fields separated by an underscore. For more info on KSTAT, visit @@ -4737,12 +4737,12 @@ I. =item B I -Name in the form of an LDAP distinguished name intended to be used for +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, +Password for simple bind authentication. If this option is not set, unauthenticated bind operation is used. =item B B @@ -6150,6 +6150,12 @@ few ones. This option enables you to do that: By setting B to I the effect of B is inverted: All selected sensors are ignored and all other sensors are collected. +=item B I|I + +Configures how sensor readings are reported. When set to I, sensor +readings are reported using their descriptive label (e.g. "VCore"). When set to +I (the default) the sensor name is used ("in0"). + =back =head2 Plugin C @@ -6912,13 +6918,13 @@ fails or if you want to disable this feature. =item B I|I Boolean enabling the collection of the temperature of each core. -This option should only be used if the automated detectionfails or +This option should only be used if the automated detectionfails or if you want to disable this feature. =item B I|I Boolean enabling the collection of the temperature of each package. -This option should only be used if the automated detectionfails or +This option should only be used if the automated detectionfails or if you want to disable this feature. =item B I @@ -7577,6 +7583,12 @@ authentication. Password required to load the private key in B. +=item B
I
+ +A HTTP header to add to the request. Multiple headers are added if this option is specified more than once. Example: + + Header "X-Custom-Header: custom_value" + =item B B|B|B|B|B|B Define which SSL protocol version must be used. By default C will @@ -7863,11 +7875,26 @@ Hostname or address to connect to. Defaults to C. Service name or port number to connect to. Defaults to C<5555>. -=item B B|B +=item B B|B|B Specify the protocol to use when communicating with I. Defaults to B. +=item B I + +When using the B protocol, path to a PEM certificate to present +to remote host. + +=item B I + +When using the B protocol, path to a PEM CA certificate to +use to validate the remote hosts's identity. + +=item B I + +When using the B protocol, path to a PEM private key associated +with the certificate defined by B. + =item B B|B If set to B and B is set to B, @@ -7887,6 +7914,11 @@ Defaults to true Maximum payload size for a riemann packet. Defaults to 8192 +=item B I + +Maximum amount of seconds to wait in between to batch flushes. +No timeout by default. + =item B B|B If set to B (the default), convert counter values to rates. If set to @@ -8053,6 +8085,14 @@ attribute for each metric being sent out to I. =back +=head2 Plugin C + +This plugin collects metrics of hardware CPU load for machine running Xen +hypervisor. Load is calculated from 'idle time' value, provided by Xen. +Result is reported using the C type, for each CPU (core). + +This plugin doesn't have any options (yet). + =head2 Plugin C The I will collect statistics from a I server