X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=29b79799d3870f60dd8d67fb597bfadd640d07a4;hb=446138394bb95c49d0e05ea440fbf63aefe84bab;hp=9b32a7811ebfa2a9c7a90ea95a625df370798cb8;hpb=a23eb155e969d4e8e1ec41e56e05a6eaecbff484;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 9b32a781..29b79799 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2398,6 +2398,7 @@ B FilePrefix "rte" SocketMemory "1024" + SharedMemObj "dpdk_collectd_stats_0" EnabledPortMask 0xffff PortName "interface1" PortName "interface2" @@ -2434,7 +2435,12 @@ sockets in MB. This is an optional value. =back -=over 4 +=over 3 + +=item B I +A string containing the name of the shared memory object that should be used to +share stats from the DPDK secondary process to the collectd dpdkstat plugin. +Defaults to dpdk_collectd_stats if no other value is configured. =item B I @@ -5121,6 +5127,35 @@ making it through. Add a UPS to collect data from. The format is identical to the one accepted by L. +=item B B|B + +Stops connections from falling back to unsecured if an SSL connection +cannot be established. Defaults to false if undeclared. + +=item B I|I + +If set to true, requires a CAPath be provided. Will use the CAPath to find +certificates to use as Trusted Certificates to validate a upsd server certificate. +If validation of the upsd server certificate fails, the connection will not be +established. If ForceSSL is undeclared or set to false, setting VerifyPeer to true +will override and set ForceSSL to true. + +=item B I/path/to/certs/folder + +If VerifyPeer is set to true, this is required. Otherwise this is ignored. +The folder pointed at must contain certificate(s) named according to their hash. +Ex: XXXXXXXX.Y where X is the hash value of a cert and Y is 0. If name collisions +occur because two different certs have the same hash value, Y can be incremented +in order to avoid conflict. To create a symbolic link to a certificate the following +command can be used from within the directory where the cert resides: + +C + +Alternatively, the package openssl-perl provides a command C that will +generate links like the one described above for ALL certs in a given folder. +Example usage: +C + =back =head2 Plugin C @@ -8085,6 +8120,7 @@ Virtual Machines. The argument is a space-separated list of selectors. Currently supported selectors are: B report extra statistics like number of flush operations and total service time for read, write and flush operations. +B report the physical user/system cpu time consumed by the hypervisor, per-vm. =back