mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
collectd: add ubi uci and plugin info
Add uci binding for ubi plugin.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit a481a2006c)
This commit is contained in:
committed by
Hannu Nyman
parent
37335cf653
commit
67a403bfe3
@@ -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'
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bool": [
|
||||
"IgnoreSelected"
|
||||
],
|
||||
"list": [
|
||||
"Device"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user