mirror of https://git.openwrt.org/project/luci.git
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:
commit
1e206cd32d
|
@ -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'
|
||||
|
|
|
@ -393,9 +393,9 @@ plugins = {
|
|||
network = config_network,
|
||||
|
||||
nut = {
|
||||
{ "UPS" },
|
||||
{ },
|
||||
{ }
|
||||
{ },
|
||||
{ "UPS" }
|
||||
},
|
||||
|
||||
olsrd = {
|
||||
|
|
Loading…
Reference in New Issue