X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=configure.ac;h=c190784dcaa0deb4ef9b5c576874ebd352ce1492;hp=d9ea739751cb4ba01119fcffb323bcbe53c21b3f;hb=3bca49fd7fab14c19eb91d3b465a554361c1bf7f;hpb=ba5440ec6dcdef1895366128f7652b7f08f81daf diff --git a/configure.ac b/configure.ac index d9ea7397..c190784d 100644 --- a/configure.ac +++ b/configure.ac @@ -6480,18 +6480,15 @@ 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" -<<<<<<< HEAD plugin_procevent="yes" - fi - - if test "x$have_pci_regs_h" = "xyes"; then - plugin_pcie_errors="yes" -======= if test "x$with_libmnl" = "xyes"; then plugin_connectivity="yes" fi ->>>>>>> connectivity notifications + fi + + if test "x$have_pci_regs_h" = "xyes"; then + plugin_pcie_errors="yes" fi fi @@ -6798,6 +6795,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([connectivity], [$plugin_connectivity], [Network interface up/down events]) AC_PLUGIN([conntrack], [$plugin_conntrack], [nf_conntrack statistics]) AC_PLUGIN([contextswitch], [$plugin_contextswitch], [context switch statistics]) @@ -7230,6 +7228,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([ connectivity. . . . . $enable_connectivity]) AC_MSG_RESULT([ conntrack . . . . . . $enable_conntrack]) AC_MSG_RESULT([ contextswitch . . . . $enable_contextswitch])