summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eea5bae)
raw | patch | inline | side by side (parent: eea5bae)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 22 Nov 2007 09:40:20 +0000 (10:40 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Sat, 24 Nov 2007 11:50:10 +0000 (12:50 +0100) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 0f787d2cc78277103358fbc8cc1395391273c72b..3ba881020fdf9066705819663e1673c463ba6bce 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=item B<Interval> I<Seconds>
Configures the interval in which to query the read plugins. Obviously smaller
-values lead to a higher system load produces by collectd, while higher values
+values lead to a higher system load produced by collectd, while higher values
lead to more coarse statistics.
=item B<ReadThreads> I<Num>
-Number of threads to start for reading plugins. The default value if B<5>, but
+Number of threads to start for reading plugins. The default value is B<5>, but
you may want to increase this if you have more than five plugins that take a
long time to read. Mostly those are plugin that do network-IO. Setting this to
a value higher than the number of plugins you've loaded is totally useless.
=item B<FQDNLookup> B<true|false>
If B<Hostname> is determined automatically this setting controls whether or not
-the daemon should try to figure out the "full qualified domain name", FQDN.
+the daemon should try to figure out the "fully qualified domain name", FQDN.
This is done using a lookup of the name returned by C<gethostname>.
Using this feature (i.E<nbsp>e. setting this option to B<true>) is recommended.
However, to preserve backwards compatibility the default is set to B<false>.
The sample config file that is installed with C<makeE<nbsp>install> includes a
-line with sets this option, though, so that default installations will have
+line which sets this option, though, so that default installations will have
this setting enabled.
=back