From: Florian Forster Date: Sun, 14 Nov 2010 09:52:13 +0000 (+0100) Subject: collectd.conf(5): Document the dangers of messing with the interval setting. X-Git-Tag: collectd-4.9.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b32bdd018cd6be37bfd1759fbba8c4623ec6f1e;p=thirdparty%2Fcollectd.git collectd.conf(5): Document the dangers of messing with the interval setting. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index be7d99c84..5fc75c52e 100644 --- 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 You should set this once and then never touch it again. If you do, +I or know some serious RRDtool +magic! (Assuming you're using the I or I plugin.) + =item B I Number of threads to start for reading plugins. The default value is B<5>, but