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
2 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||||
|
|
|
@ -393,9 +393,9 @@ plugins = {
|
||||||
network = config_network,
|
network = config_network,
|
||||||
|
|
||||||
nut = {
|
nut = {
|
||||||
{ "UPS" },
|
|
||||||
{ },
|
{ },
|
||||||
{ }
|
{ },
|
||||||
|
{ "UPS" }
|
||||||
},
|
},
|
||||||
|
|
||||||
olsrd = {
|
olsrd = {
|
||||||
|
|
Loading…
Reference in a new issue