summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a09f2fd)
raw | patch | inline | side by side (parent: a09f2fd)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 4 Aug 2015 09:21:19 +0000 (11:21 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 4 Aug 2015 13:53:12 +0000 (15:53 +0200) |
configure.ac | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 5d5e693c42fb4dc55c94c14cf390b2a0ea99b14f..998001c0590c9511d17c439082caea75bd5978b4 100644 (file)
--- a/configure.ac
+++ b/configure.ac
plugin_drbd="no"
plugin_entropy="no"
plugin_ethstat="no"
+plugin_fhcount="no"
plugin_fscache="no"
plugin_interface="no"
plugin_ipmi="no"
plugin_disk="yes"
plugin_drbd="yes"
plugin_entropy="yes"
+ plugin_fhcount="yes"
plugin_fscache="yes"
plugin_interface="yes"
plugin_ipc="yes"
AC_PLUGIN([entropy], [$plugin_entropy], [Entropy statistics])
AC_PLUGIN([ethstat], [$plugin_ethstat], [Stats from NIC driver])
AC_PLUGIN([exec], [yes], [Execution of external programs])
-AC_PLUGIN([fhcount], [yes], [File handles statistics])
+AC_PLUGIN([fhcount], [$plugin_fhcount], [File handles statistics])
AC_PLUGIN([filecount], [yes], [Count files in directories])
AC_PLUGIN([fscache], [$plugin_fscache], [fscache statistics])
AC_PLUGIN([gmond], [$with_libganglia], [Ganglia plugin])
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 9bb348f71a1cad5500b28da2494bad6e30cd9e70..ba2136554a64236d16b4b1eda08c4b4f229e07d5 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
@@ -2267,7 +2267,7 @@ expected from them. This is documented in great detail in L<collectd-exec(5)>.
=head2 Plugin C<fhcount>
The C<fhcount> plugin provides statistics about used, unused and total number of
-file handles.
+file handles on Linux.
The I<fhcount plugin> provides the following configuration options: