Skip to content
  1. Jul 24, 2017
  2. Jul 05, 2017
  3. Jul 02, 2017
  4. Jun 10, 2017
  5. May 10, 2017
    • Hannu Nyman's avatar
      luci-app-statistics: check that uci config sections exist · d04f6673
      Hannu Nyman authored
      
      
      A missing or faulty luci_statistics config file may prevent
      LuCI access completely already at the login phase as
      the statistics config is parsed already then.
      
      The error is like:
        .../statistics/datatree.lua:16: attempt to index upvalue 'sections' (a nil value)
      
      User may be completely locked out of LuCI until he figures out
      the need to have a proper luci_statistics config file.
      
      Prevent the error by checking for the existence of
      the uci config sections before trying to use values from them.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      d04f6673
  6. May 09, 2017
  7. May 02, 2017
  8. Apr 30, 2017
  9. Apr 29, 2017
  10. Apr 18, 2017
  11. Feb 28, 2017
  12. Feb 23, 2017
  13. Feb 13, 2017
  14. Jan 24, 2017
  15. Jan 23, 2017
  16. Dec 23, 2016
  17. Dec 22, 2016
  18. Dec 10, 2016
  19. Dec 07, 2016
  20. Nov 19, 2016
  21. Nov 15, 2016
  22. Nov 10, 2016
  23. Nov 08, 2016
  24. Sep 04, 2016
  25. Aug 14, 2016
  26. Aug 11, 2016
  27. May 30, 2016
  28. May 12, 2016
  29. May 11, 2016
  30. Mar 25, 2016
  31. 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
  32. Jan 27, 2016
  33. Dec 20, 2015
  34. Dec 18, 2015