luci-app-statistics: convert collectd configuration to client side views
authorJo-Philipp Wich <jo@mein.io>
Sat, 8 Feb 2020 21:12:17 +0000 (22:12 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 12 Feb 2020 10:59:41 +0000 (11:59 +0100)
commite7d22dce50b4a0c50c9f8ae8c18eeb5a37a51b3e
tree19a86aed11fae3741f8aa4f773d979f30ba13a1d
parent2df2958fd6f0206f56116e88693cb7b748e736fa
luci-app-statistics: convert collectd configuration to client side views

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
100 files changed:
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/collectd.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/apcups.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/conntrack.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/contextswitch.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpu.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/cpufreq.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/csv.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/curl.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/df.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/disk.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/dns.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/email.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/entropy.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/exec.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/interface.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iptables.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/irq.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/iwinfo.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/memory.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/netlink.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/network.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/nut.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/olsrd.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/openvpn.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/ping.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/processes.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/rrdtool.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/sensors.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/splash_leases.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/tcpconns.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/thermal.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/unixsock.js [new file with mode: 0644]
applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/uptime.js [new file with mode: 0644]
applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua [deleted file]
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua [deleted file]
applications/luci-app-statistics/po/bg/statistics.po
applications/luci-app-statistics/po/ca/statistics.po
applications/luci-app-statistics/po/cs/statistics.po
applications/luci-app-statistics/po/de/statistics.po
applications/luci-app-statistics/po/el/statistics.po
applications/luci-app-statistics/po/en/statistics.po
applications/luci-app-statistics/po/es/statistics.po
applications/luci-app-statistics/po/fr/statistics.po
applications/luci-app-statistics/po/he/statistics.po
applications/luci-app-statistics/po/hi/statistics.po
applications/luci-app-statistics/po/hu/statistics.po
applications/luci-app-statistics/po/it/statistics.po
applications/luci-app-statistics/po/ja/statistics.po
applications/luci-app-statistics/po/ko/statistics.po
applications/luci-app-statistics/po/mr/statistics.po
applications/luci-app-statistics/po/ms/statistics.po
applications/luci-app-statistics/po/nb_NO/statistics.po
applications/luci-app-statistics/po/pl/statistics.po
applications/luci-app-statistics/po/pt/statistics.po
applications/luci-app-statistics/po/pt_BR/statistics.po
applications/luci-app-statistics/po/ro/statistics.po
applications/luci-app-statistics/po/ru/statistics.po
applications/luci-app-statistics/po/sk/statistics.po
applications/luci-app-statistics/po/sv/statistics.po
applications/luci-app-statistics/po/templates/statistics.pot
applications/luci-app-statistics/po/tr/statistics.po
applications/luci-app-statistics/po/uk/statistics.po
applications/luci-app-statistics/po/vi/statistics.po
applications/luci-app-statistics/po/zh_Hans/statistics.po
applications/luci-app-statistics/po/zh_Hant/statistics.po
applications/luci-app-statistics/root/usr/bin/stat-genconfig