X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=29b79799d3870f60dd8d67fb597bfadd640d07a4;hb=446138394bb95c49d0e05ea440fbf63aefe84bab;hp=a733aa8175b666e9646705828f982fe83100d26a;hpb=0c4a16e41df08760ab4651451a7d86b9453b3445;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index a733aa81..29b79799 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -5127,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 @@ -8091,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