Code

perl plugin: Don't ignore the 'interval' member when converting value lists.
[collectd.git] / src / collectd-perl.pod
index 18dbafdc8c93cfa9c7cf00f64b62985200b1c71a..1bd874359a5bd17fd3d3e3f896b908640edf4bcb 100644 (file)
@@ -198,6 +198,7 @@ layout looks like this:
   {
     values => [123, 0.5],
     time   => time (),
+    interval => $interval_g,
     host   => $hostname_g,
     plugin => 'myplugin',
     type   => 'myplugin',