summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 80f20ce)
raw | patch | inline | side by side (parent: 80f20ce)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 14 Nov 2012 18:19:05 +0000 (19:19 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 14 Nov 2012 18:19:05 +0000 (19:19 +0100) |
src/collectd-perl.pod | patch | blob | history |
diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod
index a19274e4278030c0e90fad3d4ed8bbdbcab78c9f..9a52972d7c4b6d8245f30e3b45f89113483122d6 100644 (file)
--- a/src/collectd-perl.pod
+++ b/src/collectd-perl.pod
This variable keeps the interval in seconds in which the read functions are
queried (see the B<Interval> configuration option).
+B<Note:> This variable should no longer be used in favor of
+C<plugin_get_interval()> (see above). This function takes any plugin-specific
+interval settings into account (see the C<Interval> option of C<LoadPlugin> in
+L<collectd.conf(5)> for details).
+
=back
Any changes to these variables will be globally visible in collectd.