X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=87d1502b23360e9e9691e007ac169ec38ce791e1;hb=92ba603ab4aea6186600757fcbcbf4781cc86dcc;hp=d950982030b6c2a01318502e721355ba10005d84;hpb=8395c8dbb8f5a872c5cde8db4c47a34cdb5f7c2f;p=collectd.git diff --git a/configure.ac b/configure.ac index d9509820..87d1502b 100644 --- a/configure.ac +++ b/configure.ac @@ -5551,6 +5551,7 @@ AC_PLUGIN([email], [yes], [EMail statistics]) 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([filecount], [yes], [Count files in directories]) AC_PLUGIN([fscache], [$plugin_fscache], [fscache statistics]) AC_PLUGIN([gmond], [$with_libganglia], [Ganglia plugin]) @@ -5928,6 +5929,7 @@ Configuration: entropy . . . . . . . $enable_entropy ethstat . . . . . . . $enable_ethstat exec . . . . . . . . $enable_exec + fhcount . . . . . . . $enable_fhcount filecount . . . . . . $enable_filecount fscache . . . . . . . $enable_fscache gmond . . . . . . . . $enable_gmond