X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=configure.ac;h=9ff6408f19a1e61a349baa865eb03ad0b1772c50;hp=55998f99ba8b3a0f7d89c8e80222b07c53dfe870;hb=4f6d6f76af0e5a3e23bae810f0709aa6ad298c01;hpb=6ff769e0d7d6363e2f507118ccb7722457370442 diff --git a/configure.ac b/configure.ac index 55998f99..9ff6408f 100644 --- a/configure.ac +++ b/configure.ac @@ -6452,7 +6452,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" @@ -6480,6 +6479,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 if test "x$have_pci_regs_h" = "xyes"; then @@ -6790,6 +6790,7 @@ AC_PLUGIN([bind], [$plugin_bind], [ISC Bind nameserv AC_PLUGIN([ceph], [$plugin_ceph], [Ceph daemon statistics]) AC_PLUGIN([cgroups], [$plugin_cgroups], [CGroups CPU usage accounting]) AC_PLUGIN([chrony], [yes], [Chrony statistics]) +AC_PLUGIN([check_uptime], [yes], [Notify about uptime reset]) AC_PLUGIN([conntrack], [$plugin_conntrack], [nf_conntrack statistics]) AC_PLUGIN([contextswitch], [$plugin_contextswitch], [context switch statistics]) AC_PLUGIN([cpu], [$plugin_cpu], [CPU usage statistics]) @@ -7221,6 +7222,7 @@ AC_MSG_RESULT([ bind . . . . . . . . $enable_bind]) AC_MSG_RESULT([ ceph . . . . . . . . $enable_ceph]) AC_MSG_RESULT([ cgroups . . . . . . . $enable_cgroups]) AC_MSG_RESULT([ chrony. . . . . . . . $enable_chrony]) +AC_MSG_RESULT([ check_uptime. . . . . $enable_check_uptime]) AC_MSG_RESULT([ conntrack . . . . . . $enable_conntrack]) AC_MSG_RESULT([ contextswitch . . . . $enable_contextswitch]) AC_MSG_RESULT([ cpu . . . . . . . . . $enable_cpu])