X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=4a1597679498a3553d1f66b3316abfd8cf9437a8;hb=e2bdca73d28ff16ab23af1d8eec984badb1a2513;hp=eff8d61154e79b2b533b34779bba7b0c08c2765d;hpb=3066976a238c67c0f6ac874d3d08394a4e2a247f;p=collectd.git diff --git a/configure.in b/configure.in index eff8d611..4a159767 100644 --- a/configure.in +++ b/configure.in @@ -4636,11 +4636,13 @@ fi if test "x$with_perfstat" = "xyes" then plugin_cpu="yes" + plugin_contextswitch="yes" plugin_disk="yes" plugin_memory="yes" plugin_swap="yes" plugin_interface="yes" plugin_load="yes" + plugin_uptime="yes" fi if test "x$with_procinfo" = "xyes" @@ -4850,6 +4852,7 @@ AC_ARG_ENABLE([all-plugins], m4_divert_once([HELP_ENABLE], []) +AC_PLUGIN([aggregation], [yes], [Aggregation plugin]) AC_PLUGIN([amqp], [$with_librabbitmq], [AMQP output plugin]) AC_PLUGIN([apache], [$with_libcurl], [Apache httpd statistics]) AC_PLUGIN([apcups], [yes], [Statistics of UPSes by APC]) @@ -5182,6 +5185,7 @@ Configuration: perl . . . . . . . . $with_perl_bindings Modules: + aggregation . . . . . $enable_aggregation amqp . . . . . . . $enable_amqp apache . . . . . . . $enable_apache apcups . . . . . . . $enable_apcups