collectd: add ubi uci and plugin info
Add uci binding for ubi plugin. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
46f2476875
commit
a481a2006c
2 changed files with 13 additions and 0 deletions
utils/collectd/files
|
@ -185,6 +185,11 @@ config globals 'globals'
|
||||||
# option IgnoreSelected '0'
|
# option IgnoreSelected '0'
|
||||||
# list Device ''
|
# list Device ''
|
||||||
|
|
||||||
|
#config plugin 'ubi'
|
||||||
|
# option enable '0'
|
||||||
|
# list Device 'ubi0'
|
||||||
|
# option IgnoreSelected '0'
|
||||||
|
|
||||||
#config plugin 'unixsock'
|
#config plugin 'unixsock'
|
||||||
# option enable '0'
|
# option enable '0'
|
||||||
# option SocketFile '/var/run/collectd/query.sock'
|
# option SocketFile '/var/run/collectd/query.sock'
|
||||||
|
|
8
utils/collectd/files/usr/share/collectd/plugin/ubi.json
Normal file
8
utils/collectd/files/usr/share/collectd/plugin/ubi.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"bool": [
|
||||||
|
"IgnoreSelected"
|
||||||
|
],
|
||||||
|
"list": [
|
||||||
|
"Device"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue