Code

collectd.conf(5): Document the “IncludeHidden” option of the filecount plugin.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 25 Dec 2009 22:20:39 +0000 (23:20 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 25 Dec 2009 22:20:39 +0000 (23:20 +0100)
src/collectd.conf.pod

index e2cb799ee1238f2707f5dcf35f7689824681341b..9af1ff513d13ae3d98f020690b99ee7b36ca9b30 100644 (file)
@@ -1104,6 +1104,12 @@ note that there are 1000 bytes in a kilobyte, not 1024.
 
 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>