adding ability for luci_stats config to have multiple UPS's

This commit is contained in:
Branson Matheson 2019-02-05 13:21:31 -05:00
parent 21b29f3faf
commit 30ee65fcab
2 changed files with 3 additions and 3 deletions

View file

@ -137,7 +137,7 @@ config statistics 'collectd_netlink'
config statistics 'collectd_nut' config statistics 'collectd_nut'
option enable '0' option enable '0'
option UPS 'myupsname' list UPS 'myupsname'
config statistics 'collectd_olsrd' config statistics 'collectd_olsrd'
option enable '0' option enable '0'

View file

@ -393,9 +393,9 @@ plugins = {
network = config_network, network = config_network,
nut = { nut = {
{ "UPS" },
{ }, { },
{ } { },
{ "UPS" }
}, },
olsrd = { olsrd = {