diff --git a/utils/collectd/files/collectd.uci b/utils/collectd/files/collectd.uci index f4b3df1ea..cde383511 100644 --- a/utils/collectd/files/collectd.uci +++ b/utils/collectd/files/collectd.uci @@ -185,6 +185,11 @@ config globals 'globals' # option IgnoreSelected '0' # list Device '' +#config plugin 'ubi' +# option enable '0' +# list Device 'ubi0' +# option IgnoreSelected '0' + #config plugin 'unixsock' # option enable '0' # option SocketFile '/var/run/collectd/query.sock' diff --git a/utils/collectd/files/usr/share/collectd/plugin/ubi.json b/utils/collectd/files/usr/share/collectd/plugin/ubi.json new file mode 100644 index 000000000..cf93fc2b6 --- /dev/null +++ b/utils/collectd/files/usr/share/collectd/plugin/ubi.json @@ -0,0 +1,8 @@ +{ + "bool": [ + "IgnoreSelected" + ], + "list": [ + "Device" + ] +}