X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=6d3698ebaa717d501ee3cf1cc3a4c181221c5ce6;hb=dfe12aadb65933d7dd15d5e42d3c6218900bed15;hp=1e6de4962731aac53c8b9594a5cd606f8a1e1a49;hpb=edec0933d820ba71d0ef5335978bbd674fffaaeb;p=collectd.git diff --git a/configure.in b/configure.in index 1e6de496..6d3698eb 100644 --- a/configure.in +++ b/configure.in @@ -197,6 +197,9 @@ AC_CHECK_HEADERS(IOKit/storage/IOBlockStorageDriver.h) # For load module AC_CHECK_HEADERS(sys/loadavg.h) +# For the processes plugin +AC_CHECK_HEADERS(linux/config.h) + # For the swap module AC_CHECK_HEADERS(sys/swap.h) @@ -922,6 +925,7 @@ AC_COLLECTD([quota], [enable], [module], [quota statistics (experimental)]) AC_COLLECTD([hddtemp], [disable], [module], [hdd temperature statistics]) AC_COLLECTD([load], [disable], [module], [system load statistics]) AC_COLLECTD([memory], [disable], [module], [memory statistics]) +AC_COLLECTD([multimeter],[disable], [module], [multimeter statistics]) AC_COLLECTD([mysql], [disable], [module], [mysql statistics]) AC_COLLECTD([nfs], [disable], [module], [nfs statistics]) AC_COLLECTD([ntpd], [disable], [module], [nfs statistics]) @@ -969,6 +973,7 @@ Configuration: hddtemp . . . . . . $enable_hddtemp load . . . . . . . $enable_load memory . . . . . . $enable_memory + multimeter . . . . $enable_multimeter mysql . . . . . . . $enable_mysql nfs . . . . . . . . $enable_nfs ntpd . . . . . . . $enable_ntpd