X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=874c16c11a871c5e92520006f8388c47592e331b;hb=ee77adcd0b2bcae1ddf726f199c4f9e45eb9ca2a;hp=05ae8f36de38eb420cd61abaedb75d0a0fc90b76;hpb=e94f5c95909f895a80457baf543e03b6d6aff5ee;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 05ae8f36..874c16c1 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -811,12 +811,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 @@ -7474,13 +7484,14 @@ Synopsis: Host "localhost" Port "6379" Timeout 1000 + Prefix "examplePrefix" Values are submitted to I, using the metric name as the key, and the timestamp as the score. Retrieving a date range can then be done using the C I command. Additionnally, all the identifiers of these -I are kept in a I called C and can be +I are kept in a I called C or C if a Prefix was specified and can be retrieved using the C I command. See L and L for details.