make luci-app-statistics more extensible 2818/head
authorMatthias Berndt <matthias_berndt@gmx.de>
Wed, 3 Jul 2019 22:40:58 +0000 (00:40 +0200)
committerMatthias Berndt <matthias_berndt@gmx.de>
Fri, 5 Jul 2019 00:03:13 +0000 (02:03 +0200)
commitc1380ab36797dc4a9cba5a6aa738019452178d79
tree7a4f9a750f5289e8d62124deca72475211bc12ea
parentf56a6df49c9129f8d0b5451e9a8aca0315aba488
make luci-app-statistics more extensible
35 files changed:
applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua
applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/df.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/email.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/load.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/network.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua [new file with mode: 0644]
applications/luci-app-statistics/luasrc/statistics/plugins/uptime.lua [new file with mode: 0644]
applications/luci-app-statistics/root/usr/bin/stat-genconfig