Skip to content
  1. Jan 23, 2017
  2. Dec 23, 2016
  3. Dec 22, 2016
  4. Dec 10, 2016
  5. Dec 07, 2016
  6. Nov 19, 2016
  7. Nov 15, 2016
  8. Nov 10, 2016
  9. Nov 08, 2016
  10. Sep 04, 2016
  11. Aug 14, 2016
  12. Aug 11, 2016
  13. May 30, 2016
  14. May 12, 2016
  15. May 11, 2016
  16. Mar 25, 2016
  17. Feb 02, 2016
    • Hannu Nyman's avatar
      luci-app-statistics: Remove usually empty std.dev. graph from ping page · 8f8957f9
      Hannu Nyman authored
      
      
      Remove the usually empty standard deviation graph from the ping page.
      
      The graph is empty for most users as collectd measures standard deviation
      of individual pings inside the general interval of statistics collection.
      Default setting for both ping interval and general collection interval
      is 30s in Luci statistics, meaning just 1 ping per interval, which
      leads to empty graph.
      
      (To provide relveant data, the ping interval should be 1/4-1/5 of the
      general collection interval. Even then the graph does not look very
      informative due to different scaling than the latency graph.)
      
      Note that this commit does not change collectd itself, which continues
      to collect and calculate also the std.dev. data, which can be fetched
      with 'rrdtool' if needed.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      8f8957f9
  18. Jan 27, 2016
  19. Dec 20, 2015
  20. Dec 18, 2015
  21. Dec 16, 2015
  22. Dec 15, 2015
  23. Oct 25, 2015
  24. Oct 13, 2015
  25. Oct 06, 2015
  26. Oct 05, 2015
  27. Oct 03, 2015
  28. Sep 27, 2015
    • Hannu Nyman's avatar
      luci-app-statistics: reorganise menu items · da5b2518
      Hannu Nyman authored
      
      
      Reorganise the menu items of the Luci statistics module:
      
      * Re-label "Collectd" to "Setup" and place it after the "Graphs" items.
        - "Graphs" is used much more frequently so it should be first.
        - Change "Collectd" menu item to "Setup" to clarify things.
      
      * Re-label "System plugins" to "General plugins" to change sorting.
        "Network / Output / System" changes to "General / Network / Output"
        that is more logical order for the items.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      da5b2518
  29. Sep 22, 2015
  30. Sep 02, 2015
  31. Aug 30, 2015
    • Hannu Nyman's avatar
      statistics: remove references to Lucid from scripts · 0d5070c5
      Hannu Nyman authored
      Both init.d and uci-defaults scripts included in luci-app-statistics
      still contained stuff related to lucid, which package was removed by
      https://github.com/openwrt/luci/commit/91b97bc9
      
      
      
      Changes to scripts:
      * init.d: lucid reference removed,
                /var/etc creation moved earlier (before first possible use)
      * uci-defaults: lucid parameters & restart removed
        (but busybox httpd stuff was left intact, although it might be unnecessary)
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      0d5070c5