X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=5e76bd4d8f9596681502c4307fb8535439a5bd4d;hb=444a2bce1161bb09c268f42757fc0fec83990549;hp=679127e536c4fa34c03b26d124284a2814ca7809;hpb=cbabad060704bcdef0d427d71fa873ea30ab933b;p=collectd.git diff --git a/configure.in b/configure.in index 679127e5..5e76bd4d 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) @@ -907,6 +910,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]) @@ -954,6 +958,7 @@ Configuration: hddtemp . . . . . . $enable_hddtemp load . . . . . . . $enable_load memory . . . . . . $enable_memory + multimeter . . . . $enable_multimeter mysql . . . . . . . $enable_mysql nfs . . . . . . . . $enable_nfs ntpd . . . . . . . $enable_ntpd