Skip to content
  1. Dec 10, 2016
    • Hannu Nyman's avatar
      Fix config files getting overwritten in opkg install · dad185e2
      Hannu Nyman authored
      Commit 39ff0538
      
       accidentally removed the conffiles definitions
      from luci-base, statistics, splash and diag-devinfo apps.
      
      That has caused existing config files to get overwritten if the
      package has been reinstalled via opkg. Additionally, the splash
      text files have not been saved in sysupgrade or backup as they
      are located outside /etc/config
      
      This commit adds back the conffiles definitions to the respective
      packages.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      dad185e2
  2. Nov 19, 2016
  3. Nov 15, 2016
  4. Nov 10, 2016
  5. Nov 08, 2016
  6. Sep 04, 2016
  7. Aug 14, 2016
  8. Aug 11, 2016
  9. May 30, 2016
  10. May 12, 2016
  11. May 11, 2016
  12. Mar 25, 2016
  13. 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
  14. Jan 27, 2016
  15. Dec 20, 2015
  16. Dec 18, 2015
  17. Dec 16, 2015
  18. Dec 15, 2015
  19. Oct 25, 2015
  20. Oct 13, 2015
  21. Oct 06, 2015
  22. Oct 05, 2015
  23. Oct 03, 2015
  24. 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
  25. Sep 22, 2015
  26. Sep 02, 2015
  27. 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
  28. Aug 29, 2015
  29. Aug 28, 2015
  30. Aug 27, 2015