collectd-perl(5): Don't actually use $interval_g in any examples.
authorSebastian Harl <sh@tokkee.org>
Wed, 14 Nov 2012 18:19:54 +0000 (19:19 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 14 Nov 2012 18:19:54 +0000 (19:19 +0100)
src/collectd-perl.pod

index 9a52972..ee05e00 100644 (file)
@@ -208,7 +208,7 @@ layout looks like this:
   {
     values => [123, 0.5],
     time   => time (),
-    interval => $interval_g,
+    interval => plugin_get_interval (),
     host   => $hostname_g,
     plugin => 'myplugin',
     type   => 'myplugin',