Add collectd + luci-app-statistics + depends (rrdtool1,liboping,libmodbus)
authorRISCi_ATOM <bob@bobcall.me>
Fri, 14 Feb 2020 15:56:14 +0000 (10:56 -0500)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 14 Feb 2020 15:56:14 +0000 (10:56 -0500)
commit39cefbde995d315d957e47a12bc8e972f73d1cd9
tree5b671728dc7e1b842f2c1dcb60a91de9d4d1d4c9
parentd69428691b5c49818ae6e61c09e24d534bf2409d
Add collectd + luci-app-statistics + depends (rrdtool1,liboping,libmodbus)
155 files changed:
libs/libmodbus/Makefile [new file with mode: 0644]
libs/libmodbus/patches/0001-Fixed-MODBUS_GET_-macros-in-case-of-negative-values.patch [new file with mode: 0644]
libs/liboping/Makefile [new file with mode: 0644]
libs/liboping/patches/01-no-werror.patch [new file with mode: 0644]
luci/luci-app-statistics/Makefile [new file with mode: 0644]
luci/luci-app-statistics/luasrc/controller/luci_statistics/luci_statistics.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/apcups.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/collectd.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/contextswitch.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpu.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/cpufreq.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/csv.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/curl.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/df.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/disk.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/dns.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/entropy.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/exec.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/interface.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/iptables.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/irq.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/iwinfo.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/load.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/netlink.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/network.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/nut.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/olsrd.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/openvpn.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/processes.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/sensors.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/splash_leases.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/tcpconns.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/thermal.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/datatree.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/i18n.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/colors.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/apcups.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/conntrack.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/contextswitch.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpu.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/curl.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/df.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/disk.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/dns.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/entropy.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/interface.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iptables.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/irq.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/iwinfo.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/load.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/memory.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/netlink.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/olsrd.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/openvpn.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/ping.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/processes.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/sensors.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/splash_leases.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/tcpconns.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/thermal.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/statistics/rrdtool/definitions/uptime.lua [new file with mode: 0644]
luci/luci-app-statistics/luasrc/view/admin_statistics/index.htm [new file with mode: 0644]
luci/luci-app-statistics/luasrc/view/public_statistics/graph.htm [new file with mode: 0644]
luci/luci-app-statistics/po/ca/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/cs/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/de/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/el/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/en/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/es/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/fr/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/he/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/hu/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/it/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/ja/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/ms/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/no/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/pl/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/pt-br/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/pt/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/ro/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/ru/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/sk/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/sv/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/templates/statistics.pot [new file with mode: 0644]
luci/luci-app-statistics/po/tr/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/uk/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/vi/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/zh-cn/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/po/zh-tw/statistics.po [new file with mode: 0644]
luci/luci-app-statistics/root/etc/config/luci_statistics [new file with mode: 0644]
luci/luci-app-statistics/root/etc/init.d/luci_statistics [new file with mode: 0755]
luci/luci-app-statistics/root/etc/uci-defaults/40_luci-statistics [new file with mode: 0755]
luci/luci-app-statistics/root/usr/bin/stat-genconfig [new file with mode: 0755]
utils/collectd/Makefile [new file with mode: 0644]
utils/collectd/files/collectd.init [new file with mode: 0644]
utils/collectd/files/collectd.uci [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/apcups.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/conntrack.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/contextswitch.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/cpu.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/cpufreq.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/csv.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/curl.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/df.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/disk.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/dns.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/email.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/entropy.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/exec.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/interface.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/iptables.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/irq.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/iwinfo.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/load.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/logfile.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/lua.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/memory.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/netlink.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/network.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/nut.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/olsrd.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/openvpn.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/ping.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/processes.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/rrdtool.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/sensors.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/tcpconns.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/thermal.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/unixsock.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/uptime.json [new file with mode: 0644]
utils/collectd/files/usr/share/collectd/plugin/vmem.json [new file with mode: 0644]
utils/collectd/patches/001-undefined-AM_PATH_LIBGCRYPT.patch [new file with mode: 0644]
utils/collectd/patches/100-rrdtool-add-rrasingle-option.patch [new file with mode: 0644]
utils/collectd/patches/140-fix-fqdnlookup.patch [new file with mode: 0644]
utils/collectd/patches/300-delay-first-read-cycle.patch [new file with mode: 0644]
utils/collectd/patches/320-reaction-to-ntp-time-change-at-boot.patch [new file with mode: 0644]
utils/collectd/patches/400-fix-olsrd-get-all.patch [new file with mode: 0644]
utils/collectd/patches/600-fix-libmodbus-detection.patch [new file with mode: 0644]
utils/collectd/patches/700-disable-sys-capability-check.patch [new file with mode: 0644]
utils/collectd/patches/900-add-iwinfo-plugin.patch [new file with mode: 0644]
utils/rrdtool1/Makefile [new file with mode: 0644]
utils/rrdtool1/patches/001-no_ordering_cd_joke.patch [new file with mode: 0644]
utils/rrdtool1/patches/002-no_timezone.patch [new file with mode: 0644]
utils/rrdtool1/patches/020-x86-float-cast.patch [new file with mode: 0644]
utils/rrdtool1/patches/030-pod2man-stderr.patch [new file with mode: 0644]