1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 12:53:54 +02:00

collectd: add apcups uci config

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2019-09-16 14:27:47 +02:00
parent ffe358b918
commit 55eb459887
2 changed files with 11 additions and 0 deletions

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'

View File

@ -0,0 +1,6 @@
{
"string": [
"Host",
"Port"
]
}