summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7b28c72)
raw | patch | inline | side by side (parent: 7b28c72)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 25 Dec 2009 22:20:39 +0000 (23:20 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 25 Dec 2009 22:20:39 +0000 (23:20 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index e2cb799ee1238f2707f5dcf35f7689824681341b..9af1ff513d13ae3d98f020690b99ee7b36ca9b30 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
Controls whether or not to recurse into subdirectories. Enabled by default.
+=item B<IncludeHidden> I<true>|I<false>
+
+Controls whether or not to include "hidden" files and directories in the count.
+"Hidden" files and directories are those, whose name begins with a dot.
+Defaults to I<false>, i.e. by default hidden files and directories are ignored.
+
=back
=head2 Plugin C<GenericJMX>