Code

collectd.conf(5): Document the per-plugin interval configuration. sh/next
authorSebastian Harl <sh@tokkee.org>
Fri, 17 Jun 2011 12:40:31 +0000 (14:40 +0200)
committerSebastian Harl <sh@teamix.net>
Mon, 19 Sep 2011 07:47:12 +0000 (09:47 +0200)
src/collectd.conf.pod

index b0f8dfea6cc0dbf144e698e12ab9a6826d73dbd1..258c2e0c46f2c0c8b8c3563ae0a967c6454a0602 100644 (file)
@@ -63,6 +63,7 @@ options are allowed inside a B<LoadPlugin> block:
 
   <LoadPlugin perl>
     Globals true
+    Interval 42
   </LoadPlugin>
 
 =over 4
@@ -86,6 +87,12 @@ By default, this is disabled. As a special exception, if the plugin name is
 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>
+
+If specified, a custom interval will be used to query this specific plugin,
+overwriting the global default set by the global B<Interval> option (see
+below).
+
 =back
 
 =item B<Include> I<Path>