From: Reshma Pattan Date: Mon, 16 Sep 2019 09:16:12 +0000 (+0100) Subject: dpdk_telemetry plugin: place the plugin in sorted order X-Git-Tag: collectd-5.11.0~39^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b27628cd07663f028d3542fdd5325d9c224cf0;p=thirdparty%2Fcollectd.git dpdk_telemetry plugin: place the plugin in sorted order Place dpdk_telemetry plugin in sorted order in the list. Signed-off-by: Reshma Pattan --- diff --git a/configure.ac b/configure.ac index 5a349f4a4..8f8ea5a59 100644 --- a/configure.ac +++ b/configure.ac @@ -6873,8 +6873,8 @@ AC_PLUGIN([disk], [$plugin_disk], [Disk usage statis AC_PLUGIN([dns], [$with_libpcap], [DNS traffic analysis]) AC_PLUGIN([dpdkevents], [$plugin_dpdkevents], [Events from DPDK]) AC_PLUGIN([dpdkstat], [$plugin_dpdkstat], [Stats from DPDK]) -AC_PLUGIN([drbd], [$plugin_drbd], [DRBD statistics]) AC_PLUGIN([dpdk_telemetry], [$plugin_dpdk_telemetry], [Metrics from DPDK Telemetry]) +AC_PLUGIN([drbd], [$plugin_drbd], [DRBD statistics]) AC_PLUGIN([email], [yes], [EMail statistics]) AC_PLUGIN([entropy], [$plugin_entropy], [Entropy statistics]) AC_PLUGIN([ethstat], [$plugin_ethstat], [Stats from NIC driver]) @@ -7308,8 +7308,8 @@ AC_MSG_RESULT([ disk . . . . . . . . $enable_disk]) AC_MSG_RESULT([ dns . . . . . . . . . $enable_dns]) AC_MSG_RESULT([ dpdkevents. . . . . . $enable_dpdkevents]) AC_MSG_RESULT([ dpdkstat . . . . . . $enable_dpdkstat]) -AC_MSG_RESULT([ drbd . . . . . . . . $enable_drbd]) AC_MSG_RESULT([ dpdk_telemetry. . . . $enable_dpdk_telemetry]) +AC_MSG_RESULT([ drbd . . . . . . . . $enable_drbd]) AC_MSG_RESULT([ email . . . . . . . . $enable_email]) AC_MSG_RESULT([ entropy . . . . . . . $enable_entropy]) AC_MSG_RESULT([ ethstat . . . . . . . $enable_ethstat])