You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
First time you try to zoom into a graph within graph tree view mode
correct graph requests covering that new time window will be generated and send by jQuery.zoom, but Cacti returns cached images from Boost. This is caused by the value of presets.
To Reproduce
Steps to reproduce the behavior:
Go to 'Graph Tree View'
Click on 'Preset' -> choose "Last Day" [SCREENSHOT_1]
Scroll down to the first graph and select with your mouse a timeframe to zoom in. [SCREENSHOT_2]
See that the same graphs are shown like before. [[SCREENSHOT_3] => THIS IS THE ERROR]
Now "presets" are set to "Custom"
[SECOND TRY] Zoom in again and graphs are returned with the selected timeframe. [SCREENSHOT_3]
Expected behavior
Timeframe of graphs should always match with the selected timeframe Zoom has calculated.
Screenshots
[SCREENSHOT_1]
[SCREENSHOT_2&3]
[SCREENSHOT_4]
Workaround
Disable image caching under Settings-> Performance
Solution
Simply updating dropdown field "presets" in Zoom does not work from my point of view. I would suggest to add something like '&no_cache=true' to the URLs Zoom generates and to force Cacti bypassing the Boost image cache whenever this option is requested.
The text was updated successfully, but these errors were encountered:
Describe the bug
First time you try to zoom into a graph within graph tree view mode
correct graph requests covering that new time window will be generated and send by jQuery.zoom, but Cacti returns cached images from Boost. This is caused by the value of presets.
To Reproduce
Steps to reproduce the behavior:
Go to 'Graph Tree View'
Click on 'Preset' -> choose "Last Day" [SCREENSHOT_1]
Scroll down to the first graph and select with your mouse a timeframe to zoom in. [SCREENSHOT_2]
See that the same graphs are shown like before. [[SCREENSHOT_3] => THIS IS THE ERROR]
Now "presets" are set to "Custom"
[SECOND TRY] Zoom in again and graphs are returned with the selected timeframe. [SCREENSHOT_3]
Expected behavior
Timeframe of graphs should always match with the selected timeframe Zoom has calculated.
Screenshots
[SCREENSHOT_1]

[SCREENSHOT_2&3]


[SCREENSHOT_4]

Workaround
Disable image caching under Settings-> Performance
Solution
Simply updating dropdown field "presets" in Zoom does not work from my point of view. I would suggest to add something like '&no_cache=true' to the URLs Zoom generates and to force Cacti bypassing the Boost image cache whenever this option is requested.
The text was updated successfully, but these errors were encountered: