summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 17b0847)
raw | patch | inline | side by side (parent: 17b0847)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 17 Jun 2011 12:40:31 +0000 (14:40 +0200) | ||
committer | Sebastian Harl <sh@teamix.net> | |
Mon, 19 Sep 2011 07:47:12 +0000 (09:47 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index b0f8dfea6cc0dbf144e698e12ab9a6826d73dbd1..258c2e0c46f2c0c8b8c3563ae0a967c6454a0602 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
<LoadPlugin perl>
Globals true
+ Interval 42
</LoadPlugin>
=over 4
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>