summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/statistics/rrdtool
AgeCommit message (Collapse)Author
2013-04-23Add support for collectd-mod-uptime to luci-statisticsJo-Philipp Wich
collectd-mod-uptime is already there, but there has been no Luci support for it, so no graphs are shown. Based on forum discussion (see https://forum.openwrt.org/viewtopic.php?id=42478 ), I submit a patch to add the support to luci-statistics. Patch is for Luci trunk and the functionality can be enabled by selecting collectd-mod-uptime in menuconfig. signed-off-by: hannu.nyman@iki.fi
2012-12-14luci_statistics: Add y_min, y_max, units_exponent options and clean up some ↵Jo-Philipp Wich
graphs Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-12-14luci-statistics: add transform_rpn option to graphs, use it for nut battery lifeJo-Philipp Wich
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-12-11applications/luci-statistics: convert nut plugin to minutesJo-Philipp Wich
2012-12-11Add NUT UPS support to luci-statisticsJo-Philipp Wich
2012-02-19applications/luci-statistics: make host selectable if collectd-mod-network ↵Patrick Grimm
server is on
2011-12-07applications/luci-statistics: drop support for wireless plugin, add iwinfo ↵Jo-Philipp Wich
replacement
2011-12-05applications/luci-statistics: rework handling of index and detail graphsJo-Philipp Wich
Instead of coding the display logic into the graph models, simply annotate graph models with .detail = true/false and let the renderer decide which to pick when.
2011-11-28applications/luci-statistics: Saner defaults for processes to monitor and ↵Manuel Munz
add helptext
2011-11-28applications/luci-statistics: Add dns graph-modelManuel Munz
2011-11-28applications/luci-statistics: add support for conntrack pluginJo-Philipp Wich
2011-11-28applications/luci-statistics: Add support for memory plugin and initial ↵Manuel Munz
support for conntrack
2011-11-28applications/luci-statistics: move all models to the per-plugin level, ↵Jo-Philipp Wich
provide titles and labels, provide model for disk plugin
2011-11-28applications/luci-statistics: drop definitions.luaJo-Philipp Wich
2011-01-29revert accidentally committed changesJo-Philipp Wich
2011-01-29po: sync radvd translationsJo-Philipp Wich
2009-07-19convert luci.fs users to nixio.fs apiJo-Philipp Wich
2008-10-08* luci/app/statistics: fix dns plugin diagram - proper graph model will ↵Jo-Philipp Wich
follow later
2008-08-14libs/core: Remove deprecated luci.bits which got replaced by bitlibSteven Barth
2008-06-08* luci/statistics: implement support for the load pluginJo-Philipp Wich
2008-06-03* luci/statistics: definitions.lua: remove all defs handled by diagram ↵Jo-Philipp Wich
models, removed duplicate date (saves ~1000 loc ;-) )
2008-06-03* luci/statistics: remove unneeded processes/ps_state diagram definitionJo-Philipp Wich
2008-06-03* luci/statistics: added missing iptables/ipt_bytes definition, svn property ↵Jo-Philipp Wich
fixups
2008-06-03* luc/statistics: add file/license headersJo-Philipp Wich
2008-06-01* luci/statistics: let rrdtool.lua use values from the configuration, added ↵Jo-Philipp Wich
irq diagram model
2008-05-30* luci/statistics: added diagram models for process and df plugins, ↵Jo-Philipp Wich
adept controller to recent luci core, support models with per instance diagrams and index diagrams, added new strings to language file
2008-05-28* luci/statistics: implement initial i18n support, added first translations, ↵Jo-Philipp Wich
removed hardcoded strings from models
2008-05-28* luci/statistics: added diagram model for interface pluginJo-Philipp Wich
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-27* luci/statistics: implement flip, overlay and total options for diagram ↵Jo-Philipp Wich
models, improved/fixed netlink and wireless models
2008-05-27commit 4f6198094cf4134179d1f9c9fa8f79759a27c87eSteven Barth
Author: Felix Fietkau <nbd@openwrt.org> Date: Tue May 27 13:56:12 2008 +0200 rename src/ to luasrc/