summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec88fb0)
raw | patch | inline | side by side (parent: ec88fb0)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 20 Nov 2006 18:49:09 +0000 (19:49 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 20 Nov 2006 18:49:09 +0000 (19:49 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index aae7356b90b421376a92bc31008624bda4f68156..f5215718989175b23a85c99577aa18389054de19 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=back
+=head2 Plugin C<df>
+
+=over 4
+
+=item B<Device> I<Device>
+
+Select partitions based on the devicename.
+
+=item B<MountPoint> I<Directory>
+
+Select partitions based on the mountpoint.
+
+=item B<FSType> I<FSType>
+
+Select partitions based on the filesystem type.
+
+=item B<IgnoreSelected> I<true>|I<false>
+
+Invert the selection: If set to true, all partitions B<except> the ones that
+match any one of the criteria are collected. By default only selected
+partitions are collected if a selection is made. If no selection is conifured
+at all, B<all> partitions are selected.
+
+=back
+
=head2 Plugin C<hddtemp>
=over 4
back
+=back
+
=head2 Plugin C<traffic>
=over 4