X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=d1e0b47e86b2c6a98a238ff7214fc1d84f008c15;hb=adf0df2a6710eff918f8b9ef1a05458638c74995;hp=9d37426959cbf219d1f77580da3f302540fb46f9;hpb=a475e65ec3312340bb6391412ff441ed8faa4f3a;p=collectd.git diff --git a/configure.ac b/configure.ac index 9d374269..d1e0b47e 100644 --- a/configure.ac +++ b/configure.ac @@ -6197,7 +6197,6 @@ if test "x$ac_system" = "xLinux"; then plugin_nfs="yes" plugin_numa="yes" plugin_processes="yes" - plugin_procevent="yes" plugin_protocols="yes" plugin_serial="yes" plugin_swap="yes" @@ -6225,6 +6224,7 @@ if test "x$ac_system" = "xLinux"; then if test "x$with_libyajl" = "xyes" && test "x$with_libyajl2" = "xyes"; then plugin_ovs_events="yes" plugin_ovs_stats="yes" + plugin_procevent="yes" fi fi @@ -6610,7 +6610,7 @@ AC_PLUGIN([ping], [$with_liboping], [Network latency sta AC_PLUGIN([postgresql], [$with_libpq], [PostgreSQL database statistics]) AC_PLUGIN([powerdns], [yes], [PowerDNS statistics]) AC_PLUGIN([processes], [$plugin_processes], [Process statistics]) -AC_PLUGIN([procevent], [$plugin_procevent], [Process event (start, stop) statistics]) +AC_PLUGIN([procevent], [$plugin_procevent], [Process event (start, stop) events]) AC_PLUGIN([protocols], [$plugin_protocols], [Protocol (IP, TCP, ...) statistics]) AC_PLUGIN([python], [$plugin_python], [Embed a Python interpreter]) AC_PLUGIN([redis], [$with_libhiredis], [Redis plugin])