This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
collectd: add ubi uci and plugin info
Add uci binding for ubi plugin. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
4 years ago
parent
46f2476875
commit
a481a2006c
2 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
utils/collectd/files/collectd.uci
+8
-0
utils/collectd/files/usr/share/collectd/plugin/ubi.json
+ 5
- 0
utils/collectd/files/collectd.uci
View File
@ -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'
+ 8
- 0
utils/collectd/files/usr/share/collectd/plugin/ubi.json
View File
@ -0,0 +1,8 @@
{
"bool"
:
[
"IgnoreSelected"
]
,
"list"
:
[
"Device"
]
}
Write
Preview
Loading…
Cancel
Save