summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb42ada)
raw | patch | inline | side by side (parent: eb42ada)
author | Florian Forster <octo@collectd.org> | |
Sat, 6 Oct 2012 15:42:10 +0000 (17:42 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 6 Oct 2012 15:42:10 +0000 (17:42 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 91a8493a8311a90e7fbd7241adea78bd0a6ed43d..b9a1e02a8a44f876982c9a94c4ebc3f537e41562 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
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>