X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=860b2f8ba9c455d9111c0a76d686b3e32d84cbb7;hb=3e5744ada388c94024cf65aa77aa940a45f88e5e;hp=0c8e1e2011635a1b17361db5851e1fa1ff9ffe2c;hpb=979b0fa58b2de639ff79209eff12ec17ff593483;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 0c8e1e20..860b2f8b 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -802,12 +802,22 @@ B can handle it. TCP-Port to connect to. Defaults to B<3551>. -=item B B +=item B B|B If set to B, the time reported in the C metric will be converted to seconds. This is the recommended setting. If set to B, the 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. + +You can instruct the plugin to close the connection after each read by setting +this option to B. + =back =head2 Plugin C @@ -3869,6 +3879,73 @@ Collect SnapVault(R) statistics every I seconds. =back +=head2 Plugin C + +The C plugin provides a management interface for I much like +the C plugin. Please see L for a description of +the commands understood on the socket. + +Optionally, network traffic is encrypted and authenticated using I (TLS). To use TLS you have to specify the B and +B options. + +The configuration of the C plugin consists of one or more B +block, each defining a socket to bind to and listen on. Example: + + + + Address "::1" + Port "25826" + TLSCertFile "/path/to/cert" + TLSKeyFile "/path/to/key" + TLSCAFile "/path/to/ca" + TLSCRLFile "/path/to/crl" + TLSVerifyPeer true + + + +Valid options inside a B block are: + +=over 4 + +=item B
I
|I + +Address or hostname to bind to. If not specified, bind to the I address. + +=item B I|I + +Port number or service name to bind to. Defaults to C<"25826">. + +=item B I + +Path to the TLS certificate file. +If this option is unset, TLS will not be enabled. + +=item B I + +Path to the TLS key file. +If this option is unset, TLS will not be enabled. + +=item B I + +Path to the TLS I (CA) file. + +=item B I + +Path to the TLS I (CRL) file. + +=item B B|B + +Controls whether or not to verify the client certificate of connecting peers. +The plugin will I a client certificate either way, but it will only +I a valid certificate when this option is set to B. Defaults to +B. + +If set to B, the options B, B and B +are I. + +=back + =head2 Plugin C The C plugin uses a netlink socket to query the Linux kernel about @@ -5422,6 +5499,10 @@ dispatched to the daemon using the specified I as an identifier. This allows to "group" several processes together. I must not contain slashes. +=item B I + +Collect context switch of the process. + =back =head2 Plugin C