collectd.conf(5): Document the "LoadPlugin / Interval" option.
authorFlorian Forster <octo@collectd.org>
Sat, 6 Oct 2012 15:42:10 +0000 (17:42 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 6 Oct 2012 15:42:10 +0000 (17:42 +0200)
src/collectd.conf.pod

index 91a8493..b9a1e02 100644 (file)
@@ -86,6 +86,12 @@ By default, this is disabled. As a special exception, if the plugin name is
 either C<perl> or C<python>, the default is changed to enabled in order to keep
 the average user from ever having to deal with this low level linking stuff.
 
+=item B<Interval> I<Seconds>
+
+Sets a plugin-specific interval for collecting metrics. This overrides the
+global B<Interval> setting. If a plugin provides own support for specifying an
+interval, that setting will take precedence.
+
 =back
 
 =item B<Include> I<Path>