Actions
Bug #1615
closedrrd graph not refreshing the correct time frame
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
RRD Graphs
Target version:
-
Start date:
06/22/2011
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
The javascript is correctly triggering to refresh the rrd graphs, but the start and end time passed to the graphing script stay the same. This is causing the image to never move forward.
The endtime needs to be correctly re-set when the timer triggers so that a correct image is generated instead of one with the same start and end time over and over.
Updated by Evgeny Yurchenko about 14 years ago
Commit https://github.com/bsdperimeter/pfsense/commit/0da02ef5d99de2c04846934b0cd7504e9e880eec.
ststus_rrd_graph_img.php fills in 'end' correctly with now if we do not pass 'end' in GET explicitly.
Still we should rework this java code to calculate start properly, should we?
Updated by Chris Buechler almost 12 years ago
- Status changed from New to Resolved
Actions