collectd.conf(5): Document the dangers of messing with the interval setting.
authorFlorian Forster <octo@huhu.verplant.org>
Sun, 14 Nov 2010 09:52:13 +0000 (10:52 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Sun, 14 Nov 2010 09:52:13 +0000 (10:52 +0100)
src/collectd.conf.pod

index be7d99c..5fc75c5 100644 (file)
@@ -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