collectd: add apcups uci config
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
ffe358b918
commit
55eb459887
2 changed files with 11 additions and 0 deletions
|
@ -8,6 +8,11 @@ config globals 'globals'
|
||||||
# option Interval '30'
|
# option Interval '30'
|
||||||
# option ReadThreads '2'
|
# option ReadThreads '2'
|
||||||
|
|
||||||
|
#config plugin 'apcups'
|
||||||
|
# option enable '0'
|
||||||
|
# option Host 'localhost'
|
||||||
|
# option Port '3551'
|
||||||
|
|
||||||
#config plugin 'conntrack'
|
#config plugin 'conntrack'
|
||||||
# option enable '0'
|
# option enable '0'
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"string": [
|
||||||
|
"Host",
|
||||||
|
"Port"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue