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-14 | luci-statistics: don't plot data points where there are no data. | Jo-Philipp Wich | |
Converting NaN to zero for the sake of the cumulative stack in non-overlay mode is all very well. But we shouldn't then use that for displaying the graph. Make another variable %s_plot which *preserves* NaN from the input data, and then we don't get bogus data points drawn. Especially at the end of the graph this was problematic. 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-11-26 | remove .i18n annotations from controller files | Jo-Philipp Wich | |
2012-02-19 | applications/luci-statistics: avoid global vars, avoid nil indexing, get rid ↵ | Jo-Philipp Wich | |
of counter variable | |||
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: change i18n helper to accept model provided ↵ | Jo-Philipp Wich | |
titles, remove magic translations | |||
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-11-28 | applications/luci-statistics: remove support for per-datatype models and ↵ | Jo-Philipp Wich | |
builtin definitions, drop dependency on definitions.lua, support user provided title for datasources | |||
2011-01-29 | revert accidentally committed changes | Jo-Philipp Wich | |
2011-01-29 | po: sync radvd translations | Jo-Philipp Wich | |
2010-12-05 | applications/luci-statistics: repair rrdtool i18n handling | Jo-Philipp Wich | |
2009-07-31 | application/luci-statistics: fix i18n binding, use string() instead of translate | Jo-Philipp Wich | |
2009-07-19 | convert luci.fs users to nixio.fs api | Jo-Philipp Wich | |
2009-06-27 | applications/luci-statistics: adept datatree class to nixio.fs api | Jo-Philipp Wich | |
2008-12-07 | applications/luci-statistics: improve diagram labels | Jo-Philipp Wich | |
2008-11-23 | apps/luci-statistics: fix evaluation of RRASingle option in rrdtool backend | Jo-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-10-08 | * luci/app/statistics: fix dns plugin diagram - proper graph model will ↵ | Jo-Philipp Wich | |
follow later | |||
2008-08-31 | * luci/applications: statistics: pick up new rrdtool translations in ↵ | Jo-Philipp Wich | |
controller and rrdtool-i18n binding | |||
2008-08-26 | UCI API changes | Steven Barth | |
2008-08-14 | libs/core: Remove deprecated luci.bits which got replaced by bitlib | Steven Barth | |
2008-06-14 | * Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers | Steven Barth | |
* Setting base version to 0.7 | |||
2008-06-08 | * luci/statistics: implement support for the load plugin | Jo-Philipp Wich | |
2008-06-08 | * luci/statistics: replace load() with loadc() since german translation is ↵ | Jo-Philipp Wich | |
now available | |||
2008-06-05 | * Merged Luci to use native UCI-library | Steven Barth | |
2008-06-03 | * luci/statistics: made definition fallbacks for date w/o digram model ↵ | Jo-Philipp Wich | |
working again | |||
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-03 | some error handling for fs.dir(...) == nil | Felix Fietkau | |
2008-06-03 | make 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-03 | * luci/statistics: implement timespan selection in public interface | 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 |