]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
UBI plugin: take account of remarks
authorPierre Lebleu <pme.lebleu@gmail.com>
Fri, 5 Jul 2019 09:41:39 +0000 (11:41 +0200)
committerPierre Lebleu <pme.lebleu@gmail.com>
Fri, 5 Jul 2019 09:51:23 +0000 (11:51 +0200)
* compile the plugin by default
* reword the configure.ac description
* do not touch ChangeLog

ChangeLog
configure.ac

index 178d7d09beb255546e4b786784db56f10dbbb3f9..7ea5a07f10c0334f9b0f32480590b2c848577559 100644 (file)
--- 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
index f4e87c83e1ad18acd2e01436bbe3552b38c0171e..a471ac0f09f368f2ace3b8d6e8d567f5b0a415a6 100644 (file)
@@ -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])