Skip to content
  1. Jul 09, 2019
  2. Jul 05, 2019
  3. Jun 21, 2019
  4. Jun 09, 2019
  5. May 28, 2019
  6. May 14, 2019
  7. May 13, 2019
  8. Apr 30, 2019
  9. Apr 04, 2019
    • Martin Surovcak's avatar
      luci-app-statistics - allow rrd files to contain : · 7bab4a3e
      Martin Surovcak authored
      Fixes situations where RRD file name contains ":" (eg. _ping/ipv6_) in `rrdtool` it's unescaped - thus not able to render image. Adding simple escaping of `:` to `\\:` fixes the situation.
      
      Might be a solution for #958.
      7bab4a3e
  10. Mar 08, 2019
  11. Mar 07, 2019
  12. Mar 02, 2019
  13. Feb 25, 2019
  14. Feb 12, 2019
  15. Feb 05, 2019
  16. Feb 04, 2019
  17. Jan 24, 2019
  18. Jan 21, 2019
  19. Jan 03, 2019
  20. Dec 19, 2018
  21. Nov 21, 2018
  22. Nov 15, 2018
    • Kevin Locke's avatar
      luci-app-statistics: quote : in filenames for DEF · 1bbc419e
      Kevin Locke authored
      
      
      : is used to delimit fields in DEF: rrd instructions, so when it appears
      in a filename it must be escaped using \.[1]  This commit adds the
      escaping.
      
      I discovered the issue after configuring collectd-mod-ping to monitor an
      IPv6 host (2001:19f0:5:727:5b56:205d:ff55:2208).  Accessing
      https://192.168.0.1/cgi-bin/luci/admin/statistics/graph/ping would cause
      the following messages to be logged:
      
          Wed Nov 14 23:04:33 2018 daemon.err uhttpd[30261]: ERROR: can't parse DEF '2ping_avg_raw=/tmp/rrd/openwrthost/ping/ping-2001:19f0:5:727:5b56:205d:ff55:2208.rrd:value:AVERAGE' -2
          Wed Nov 14 23:04:33 2018 daemon.err uhttpd[30261]: ERROR: can't parse DEF '2ping_droprate_avg_raw=/tmp/rrd/openwrthost/ping/ping_droprate-2001:19f0:5:727:5b56:205d:ff55:2208.rrd:value:AVERAGE' -2
      
      and the graphs would not display.  After applying this commit, the
      graphs display correctly and no messages are logged.
      
      1.  https://oss.oetiker.ch/rrdtool/doc/rrdgraph_data.en.html#IDEF
      
      Signed-off-by: default avatarKevin Locke <kevin@kevinlocke.name>
      1bbc419e
  23. Nov 11, 2018
  24. Nov 10, 2018
  25. Nov 07, 2018
  26. Nov 04, 2018
  27. Oct 13, 2018
  28. Oct 12, 2018
  29. Oct 10, 2018
  30. Sep 21, 2018
  31. Aug 11, 2018