summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics
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
2013-01-06applications/luci-statistics: Change datatype to host to allow ipv4 or ipv6 ↵Manuel Munz
addresses or hostnames, #432
2012-12-25applications/luci-statistics: render graph menus in alphabetic orderJo-Philipp Wich
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-14luci-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-11applications/luci-statistics: convert nut plugin to minutesJo-Philipp Wich
2012-12-11applications/luci-statistics: add missing nut plugin entry to config menuJo-Philipp Wich
2012-12-11Add NUT UPS support to luci-statisticsJo-Philipp Wich
2012-12-02applications/luci-statistics: fix typo in collectd cbiJo-Philipp Wich
2012-11-26remove .i18n annotations from controller filesJo-Philipp Wich
2012-09-07applications/luci-statistics: add missing return in _expand()Jo-Philipp Wich
2012-09-06applications/luci-statistics: cope with uci list values, thanks Bluse for ↵Jo-Philipp Wich
reporting this
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
2011-12-14applications/luci-statistics: add iwinfo configJo-Philipp Wich
2011-12-13applications/luci-statistics: add iwinfo support to stat-genconfigJo-Philipp Wich
2011-12-12applications/luci-statistics: fix controller (#7344)Jo-Philipp Wich
2011-12-07applications/luci-statistics: drop support for wireless plugin, add iwinfo ↵Jo-Philipp Wich
replacement
2011-12-07applications/luci-statistics: remove plugin overview pages, jump to first ↵Jo-Philipp Wich
plugin of each category instead
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: Sort menu items alphabeticallyManuel Munz
2011-11-28applications/luci-statistics: Add olsrd to the default configManuel Munz
2011-11-28applications/luci-statistics: Fix spellingManuel Munz
2011-11-28applications/luci-statistics: Saner defaults for processes to monitor and ↵Manuel Munz
add helptext
2011-11-28applications/luci-statistics: Remove default listener and network server entriesManuel Munz
2011-11-28applications/luci-statistics: Add missing translations to exec cbi modelManuel Munz
2011-11-28applications/luci-statistics: Disable exec plugin by default, remove ↵Manuel Munz
nonexistant scripts
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: remove the 10min rra from default config, ↵Jo-Philipp Wich
saves some precious ram
2011-11-28applications/luci_statistics: add missing translations to cbi modelsJo-Philipp Wich
2011-11-28applications/luci-statistics: add olsr plugin cbi modelJo-Philipp Wich
2011-11-28applications/luci-statistics: add support for olsr and madwifi plugin parametersJo-Philipp Wich
2011-11-28applications/luci-statistics: display all instances on index pages, ↵Jo-Philipp Wich
introduce is_index flag for models, add olsrd plugin menu
2011-11-28applications/luci-statistics: change i18n helper to accept model provided ↵Jo-Philipp Wich
titles, remove magic translations
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-11-28applications/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-08-22applications/luci-statistics: cope with rules having no target in iptables ↵Jo-Philipp Wich
plugin config
2011-08-13applications/luci-statistics: fix translation issues in controllerJo-Philipp Wich
2011-08-12applications, modules: remove i18n handling from controller modules as it ↵Jo-Philipp Wich
moved to the themes now
2011-01-29revert accidentally committed changesJo-Philipp Wich
2011-01-29po: sync radvd translationsJo-Philipp Wich
2011-01-14applications: revise uci-defaults scriptsJo-Philipp Wich
2010-12-05applications/luci-statistics: repair rrdtool i18n handlingJo-Philipp Wich
2010-11-18applications/luci-statistics: Add ping interval option, closes #136Manuel Munz
2010-11-18applications/luci-statistics: Add double quote around host and port. Closes: ↵Manuel Munz
#154
2010-04-13applications/luci-statistics: fix translations of cbi models and controllerJo-Philipp Wich