Bug #751
closedRRD Graphs is not refreshed
100%
Description
After upgrade to latest snapshot all RRD Graphs is not refreshed. (see screenshot)
2.0-BETA3 built on Sun Jul 18 12:03:22 EDT 2010 FreeBSD 8.1-RC2
Other error, I have seen in file status_rrd_graph.php a line:
exec("cd $rrddbpath;/usr/bin/find -name *.rrd", $databases);
out for this command:
[root@totoro /var/db/rrd]# /usr/bin/find -name *.rrd find: illegal option -- n find: illegal option -- a find: illegal option -- m find: illegal option -- e GW_PETERSTAR-quality.rrd GW_PROMETEY-quality.rrd GW_SMART-quality.rrd WANGW-quality.rrd WAN_SMARTGW-quality.rrd
can substitute it on:
exec("cd $rrddbpath;/bin/ls *.rrd", $databases);
Files
Updated by Jim Pingle over 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 496dcc199b5435cbd941b4ba89c9ded875f914fd.
Updated by Mike Stupalov over 14 years ago
I was mistaken, Graphs are refreshed.
But they are displayed with not a correct time slice. The right boundary of the Graphs should specify time present situation, instead of the period end (for example day).
Updated by Chris Buechler over 14 years ago
That was an intentional change by Seth actually. I'm not sure if that's the best behavior. I had the exact same thought as you when I first noticed that change, thought it stopped updating hours before, but it was fine.
Updated by Steve Vigneau over 14 years ago
I personally prefer "last day", "last week", etc, but I can see why some might like it to be "current day", "current week", etc. Personally I think that this should be a toggle in the RRD settings.
Updated by Chris Buechler over 14 years ago
- Status changed from Feedback to Resolved