X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=0853fffdefc25cd5c14a7561e02d3ae67c05a449;hb=354f9991530248e45207d236eb74c1cc3d5238ef;hp=c72d64a2a5a3721ca1a908d240504cc380b3bff5;hpb=7a1a310029637d9ef5c5b9cad028f2bf9837f982;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index c72d64a2..0853fffd 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -834,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 @@ -4764,8 +4766,9 @@ client configuration mechanisms. See ldap.conf(5) for the details. =item B I -Sets the timeout value for ldap operations. Defaults to B<-1> which results in -an infinite timeout. +Sets the timeout value for ldap operations, in seconds. By default, the +configured B is used to set the timeout. Use B<-1> to disable +(infinite timeout). =item B I @@ -6148,6 +6151,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