collectd-perl(5): Mention that $interval_g should not be used.
authorSebastian Harl <sh@tokkee.org>
Wed, 14 Nov 2012 18:19:05 +0000 (19:19 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 14 Nov 2012 18:19:05 +0000 (19:19 +0100)
src/collectd-perl.pod

index a19274e..9a52972 100644 (file)
@@ -501,6 +501,11 @@ B<FQDNLookup> configuration options (see L<collectd.conf(5)> for details).
 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.