collectd: enable ubi plugin
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 17 Jun 2020 12:59:18 +0000 (14:59 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 24 Jun 2020 11:19:57 +0000 (13:19 +0200)
Enable ubi plugin.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
utils/collectd/Makefile

index 5dc542349c0549ace2a55c6d7710fbd1f21af4f7..a1a4cf10a3deb8d0a488c251c928c443c7f91aaf 100644 (file)
@@ -106,7 +106,6 @@ COLLECTD_PLUGINS_DISABLED:= \
        tape \
        tokyotyrant \
        turbostat \
-       ubi \
        uuid \
        varnish \
        virt \
@@ -190,6 +189,7 @@ COLLECTD_PLUGINS_SELECTED:= \
        ted \
        thermal \
        threshold \
+       ubi \
        unixsock \
        uptime \
        users \
@@ -453,6 +453,7 @@ $(eval $(call BuildPlugin,ted,The Energy Detective input,ted,))
 $(eval $(call BuildPlugin,tcpconns,TCP connection tracking input,tcpconns,))
 $(eval $(call BuildPlugin,thermal,system temperatures input,thermal,))
 $(eval $(call BuildPlugin,threshold,Notifications and thresholds,threshold,))
+$(eval $(call BuildPlugin,ubi,Unsorted block images,ubi,@NAND_SUPPORT))
 $(eval $(call BuildPlugin,unixsock,unix socket output,unixsock,))
 $(eval $(call BuildPlugin,uptime,uptime status input,uptime,))
 $(eval $(call BuildPlugin,users,user logged in status input,users,))