Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-23 | Add support for collectd-mod-uptime to luci-statistics | Jo-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-14 | luci_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-14 | luci-statistics: add transform_rpn option to graphs, use it for nut battery life | Jo-Philipp Wich | |
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> | |||
2012-12-11 | applications/luci-statistics: convert nut plugin to minutes | Jo-Philipp Wich | |
2012-12-11 | Add NUT UPS support to luci-statistics | Jo-Philipp Wich | |
2012-02-19 | applications/luci-statistics: make host selectable if collectd-mod-network ↵ | Patrick Grimm | |
server is on | |||
2011-12-07 | applications/luci-statistics: drop support for wireless plugin, add iwinfo ↵ | Jo-Philipp Wich | |
replacement | |||
2011-12-05 | applications/luci-statistics: rework handling of index and detail graphs | Jo-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-28 | applications/luci-statistics: Saner defaults for processes to monitor and ↵ | Manuel Munz | |
add helptext | |||
2011-11-28 | applications/luci-statistics: Add dns graph-model | Manuel Munz | |
2011-11-28 | applications/luci-statistics: add support for conntrack plugin | Jo-Philipp Wich | |
2011-11-28 | applications/luci-statistics: Add support for memory plugin and initial ↵ | Manuel Munz | |
support for conntrack | |||
2011-11-28 | applications/luci-statistics: move all models to the per-plugin level, ↵ | Jo-Philipp Wich | |
provide titles and labels, provide model for disk plugin | |||
2011-11-28 | applications/luci-statistics: drop definitions.lua | Jo-Philipp Wich | |
2011-01-29 | revert accidentally committed changes | Jo-Philipp Wich | |
2011-01-29 | po: sync radvd translations | Jo-Philipp Wich | |
2009-07-19 | convert luci.fs users to nixio.fs api | Jo-Philipp Wich | |
2008-10-08 | * luci/app/statistics: fix dns plugin diagram - proper graph model will ↵ | Jo-Philipp Wich | |
follow later | |||
2008-08-14 | libs/core: Remove deprecated luci.bits which got replaced by bitlib | Steven Barth | |
2008-06-08 | * luci/statistics: implement support for the load plugin | Jo-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 definition | Jo-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 headers | Jo-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 plugin | Jo-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-27 | commit 4f6198094cf4134179d1f9c9fa8f79759a27c87e | Steven Barth | |
Author: Felix Fietkau <nbd@openwrt.org> Date: Tue May 27 13:56:12 2008 +0200 rename src/ to luasrc/ |