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
commit
55eb459887
2 changed files with 11 additions and 0 deletions
  1. +5
    -0
      utils/collectd/files/collectd.uci
  2. +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"
]
}

Loading…
Cancel
Save