help
Reads ACPI thermal zone information.
+config BR2_PACKAGE_COLLECTD_UBI
+ bool "ubi"
+ help
+ UBI (Unsorted Block Images) is an erase block management layer
+ for flash memory devices. UBI serves two purposes, tracking
+ NAND flash bad blocks and providing wear leveling.
+ This plugin collects some stats about UBI devices:
+ * bad physical underlying blocks (bad_peb_count)
+ * max erase counter value (max_ec)
+
config BR2_PACKAGE_COLLECTD_UPTIME
bool "uptime"
help
$(if $(BR2_PACKAGE_COLLECTD_THERMAL),--enable-thermal,--disable-thermal) \
$(if $(BR2_PACKAGE_COLLECTD_THRESHOLD),--enable-threshold,--disable-threshold) \
$(if $(BR2_PACKAGE_COLLECTD_TIMEDIFF),--enable-match_timediff,--disable-match_timediff) \
+ $(if $(BR2_PACKAGE_COLLECTD_UBI),--enable-ubi,--disable-ubi) \
$(if $(BR2_PACKAGE_COLLECTD_UNIXSOCK),--enable-unixsock,--disable-unixsock) \
$(if $(BR2_PACKAGE_COLLECTD_UPTIME),--enable-uptime,--disable-uptime) \
$(if $(BR2_PACKAGE_COLLECTD_USERS),--enable-users,--disable-users) \