summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/statistics/datatree.lua
AgeCommit message (Collapse)Author
2012-02-19applications/luci-statistics: avoid global vars, avoid nil indexing, get rid ↵Jo-Philipp Wich
of counter variable
2012-02-19applications/luci-statistics: make host selectable if collectd-mod-network ↵Patrick Grimm
server is on
2009-06-27applications/luci-statistics: adept datatree class to nixio.fs apiJo-Philipp Wich
2008-10-29* luci/app/statistics:Jo-Philipp Wich
- build datatree from rrd directory structure, allows "virtual" plugins - flush index cache on statistics reload - whitespace cleanup in config generator
2008-08-26UCI API changesSteven Barth
2008-06-05* Merged Luci to use native UCI-librarySteven Barth
2008-06-03* luc/statistics: add file/license headersJo-Philipp Wich
2008-06-03some error handling for fs.dir(...) == nilFelix Fietkau
2008-06-03make use of the new features in the binding for uci v0.4.0 - fixes remaining ↵Felix Fietkau
dependencies of libuci.lua on the cli
2008-06-01* luci/statistics: let rrdtool.lua use values from the configuration, added ↵Jo-Philipp Wich
irq diagram model
2008-05-28* luci/statistics: implement a more advanced diagram generator in ↵Jo-Philipp Wich
rrdtool.lua, simplified diagram models, fix bug in datatree.lua
2008-05-27commit 4f6198094cf4134179d1f9c9fa8f79759a27c87eSteven Barth
Author: Felix Fietkau <nbd@openwrt.org> Date: Tue May 27 13:56:12 2008 +0200 rename src/ to luasrc/