Merge pull request #2514 from sandinak/feature_luci_stats_multiple_ups

luci-app-statistics: adding ability for luci_stats config to have multiple UPS's
This commit is contained in:
Florian Eckert 2019-05-14 08:17:22 +02:00 committed by GitHub
commit 1e206cd32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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