From: Pierre Lebleu Date: Fri, 5 Jul 2019 09:41:39 +0000 (+0200) Subject: UBI plugin: take account of remarks X-Git-Tag: collectd-5.11.0~34^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d453af56933437aaec51064eceb84ab83676baf3;p=thirdparty%2Fcollectd.git UBI plugin: take account of remarks * compile the plugin by default * reword the configure.ac description * do not touch ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 178d7d09b..7ea5a07f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -74,7 +74,6 @@ Thanks to Pavel Rochnyak. #2570, #2673 * Write Syslog plugin: The new "write_syslog" plugin writes value lists as syslog messages. Thanks to Shirly Radco. #3019 - * Write Ubi plugin: The new "read_ubi" plugin reads value for UBIFS. 2017-11-17, Version 5.8.0 * collectd: The core daemon is now completely licensed under the MIT diff --git a/configure.ac b/configure.ac index f4e87c83e..a471ac0f0 100644 --- a/configure.ac +++ b/configure.ac @@ -6420,7 +6420,7 @@ plugin_tcpconns="no" plugin_ted="no" plugin_thermal="no" plugin_turbostat="no" -plugin_ubi="no" +plugin_ubi="yes" plugin_uptime="no" plugin_users="no" plugin_virt="no" @@ -6914,7 +6914,7 @@ AC_PLUGIN([thermal], [$plugin_thermal], [Linux ACPI therma AC_PLUGIN([threshold], [yes], [Threshold checking plugin]) AC_PLUGIN([tokyotyrant], [$with_libtokyotyrant], [TokyoTyrant database statistics]) AC_PLUGIN([turbostat], [$plugin_turbostat], [Advanced statistic on Intel cpu states]) -AC_PLUGIN([ubi], [$plugin_ubi], [UBI statistics]) +AC_PLUGIN([ubi], [$plugin_ubi], [UBIFS statistics]) AC_PLUGIN([unixsock], [yes], [Unixsock communication plugin]) AC_PLUGIN([uptime], [$plugin_uptime], [Uptime statistics]) AC_PLUGIN([users], [$plugin_users], [User statistics])