projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c089c92
)
collectd.conf(5): Document the dangers of messing with the interval setting.
author
Florian Forster
<octo@huhu.verplant.org>
Sun, 14 Nov 2010 09:52:13 +0000
(10:52 +0100)
committer
Florian Forster
<octo@huhu.verplant.org>
Sun, 14 Nov 2010 09:52:13 +0000
(10:52 +0100)
src/collectd.conf.pod
patch
|
blob
|
history
diff --git
a/src/collectd.conf.pod
b/src/collectd.conf.pod
index
be7d99c
..
5fc75c5
100644
(file)
--- a/
src/collectd.conf.pod
+++ b/
src/collectd.conf.pod
@@
-129,6
+129,10
@@
Configures the interval in which to query the read plugins. Obviously smaller
values lead to a higher system load produced by collectd, while higher values
lead to more coarse statistics.
+B<Warning:> You should set this once and then never touch it again. If you do,
+I<you will have to delete all your RRD files> or know some serious RRDtool
+magic! (Assuming you're using the I<RRDtool> or I<RRDCacheD> plugin.)
+
=item B<ReadThreads> I<Num>
Number of threads to start for reading plugins. The default value is B<5>, but