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 apcups uci config
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
5 years ago
parent
ffe358b918
commit
55eb459887
2 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
utils/collectd/files/collectd.uci
+6
-0
utils/collectd/files/usr/share/collectd/plugin/apcups.json
+ 5
- 0
utils/collectd/files/collectd.uci
View File
@ -8,6 +8,11 @@ config globals 'globals'
# option Interval '30'
# option ReadThreads '2'
#config plugin 'apcups'
# option enable '0'
# option Host 'localhost'
# option Port '3551'
#config plugin 'conntrack'
# option enable '0'
+ 6
- 0
utils/collectd/files/usr/share/collectd/plugin/apcups.json
View File
@ -0,0 +1,6 @@
{
"string"
:
[
"Host"
,
"Port"
]
}
Write
Preview
Loading…
Cancel
Save