X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=dc8b1a371f64db5d876575bfb981e02f88ad5d54;hb=7269bf71e30f0a70a9eb954f6b0a6fe1b10eb6e5;hp=fce59032db5780165f89f11fac76df6f0d25d7e3;hpb=b8bcabba154bec2e9f33f830cc588b4e57841699;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index fce59032..dc8b1a37 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -4878,7 +4878,7 @@ so the values will not loop. =item B B|B The network plugin cannot only receive and send statistics, it can also create -statistics about itself. Collected data included the number of received and +statistics about itself. Collectd data included the number of received and sent octets and packets, the length of the receive queue and the number of values handled. When set to B, the I will make these statistics available. Defaults to B. @@ -7973,6 +7973,12 @@ You can also specify combinations of the B and B fields. For example B means to concatenate the guest name and UUID (with a literal colon character between, thus I<"foo:1234-1234-1234-1234">). +=item B B + +How many read instances you want to use for this plugin. The default is one, +and the sensible setting is a multiple of the B value. +If you are not sure, just use the default setting. + =back =head2 Plugin C @@ -8143,8 +8149,8 @@ packets. Synopsis: - DNS_Cache_TTL 60 - DNS_Random_Cache_TTL 60 + ResolveInterval 60 + ResolveJitter 60 Host "tsd-1.my.domain" Port "4242" @@ -8159,24 +8165,26 @@ Global directives are: =over 4 -=item B I +=item B I -=item B I +=item B I -When Collectd connects to a TSDB node, it will request the DNS. This can become -a problem is the TSDN node is unavailable or badly configured because Collected -will request DNS in order to reconnect for every metric, which can flood your DNS. -So you can cache the last value for C seconds (default: 600s e.g; 10 min). +When I connects to a TSDB node, it will request the hostname from +DNS. This can become a problem if the TSDB node is unavailable or badly +configured because collectd will request DNS in order to reconnect for every +metric, which can flood your DNS. So you can cache the last value for +I seconds. +Defaults to the I of the I, e.g. 10Eseconds. -You can also define a random ttl. This prevents all your Collectd servers to -request the DNS at the same time when the connection fails. Default value is -15 * the write_tsdb interval (or the global interval if write_tsdb interval is not -defined). +You can also define a jitter, a random interval to wait in addition to +I. This prevents all your collectd servers to resolve the +hostname at the same time when the connection fails. +Defaults to the I of the I, e.g. 10Eseconds. -Note : if the DNS resolution has already been successful, if the socket closes, -the plugin will try to reconnect as soon as possible with the cached information. -DNS is queried only when the socket is closed for a long time (DNS_Cache_TTL + -DNS_Random_Cache_TTL) +B If the DNS resolution has already been successful when the socket +closes, the plugin will try to reconnect immediately with the cached +information. DNS is queried only when the socket is closed for a longer than +I + I seconds. =back