luci-app-statistics: convert plugin definitions to JSON
authorJo-Philipp Wich <jo@mein.io>
Thu, 6 Feb 2020 11:07:08 +0000 (12:07 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 6 Feb 2020 11:54:07 +0000 (12:54 +0100)
commit556e14c74307a9b93291e7c25d5eb71ab3260ab6
tree47facc735b1c06ae201d66375d6778c826cc5fbd
parente6f76f21ba7f0e8f903d5251a620386cd02b524b
luci-app-statistics: convert plugin definitions to JSON

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
100 files changed:
applications/luci-app-statistics/Makefile
applications/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua
applications/luci-app-statistics/luasrc/statistics/plugins/apcups.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/conntrack.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/cpufreq.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/df.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/disk.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/dns.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/email.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/entropy.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/exec.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/load.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/network.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/nut.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/olsrd.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/ping.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/processes.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/sensors.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/splash_leases.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/thermal.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/unixsock.lua [deleted file]
applications/luci-app-statistics/luasrc/statistics/plugins/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
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/apcups.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/conntrack.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/contextswitch.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpu.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/cpufreq.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/csv.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/curl.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/df.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/disk.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/dns.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/email.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/entropy.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/exec.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/interface.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iptables.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/irq.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/iwinfo.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/load.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/memory.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/netlink.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/network.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/nut.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/olsrd.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/openvpn.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ping.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/processes.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/rrdtool.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/sensors.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/splash_leases.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/tcpconns.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/thermal.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/unixsock.json [new file with mode: 0644]
applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/uptime.json [new file with mode: 0644]
build/i18n-scan.pl