New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When viewing graphs, automatic refresh so not always work as expected #3859
Comments
I started digging into this, and I'm still scratching my head. For certain drill-downs, it's supposed to be disabled, but for others it should not be. So, I'm rightfully perplexed at the moment. |
I can add that if I open the graph.php in a new tab, with the change to the code I described before, it refreshes correctly. Example: URL: |
Might be related to #3892 this Cacti was upgraded from v1.1.38 to v1.2.14. |
I'll be re-verifying with the latest code to see if the refresh works. |
Page refresh in graph.php does not work
This is fixed now. Thanks for your patience. |
Hi Witness just want to state that #3859 is not resolved from my testing with the latest developer cacti. |
Page graph.php automatic refresh does not work, once the page is loaded is not updated anymore.
I'm using Cacti 1.2.14 on a CentOS 7 (rpm package cacti-1.2.14-1.el7.noarch frpm EPEL repo).
The database is from an older Cacti 0.8.8h upgraded do 1.2.14.
There isn't any plugin loaded.
I had a look at graph.php and i saw the following code
As far as I can see there isn't a 'page_refresh' entry in table 'settings' and I can confirm that $refresh['seconds'] is empty when it is passed to set_page_refresh().
I tried the following change but it didn't get any better, the only difference is that $refresh['seconds'] gets a value but still the page doesn't refresh.
The issue doesn't seem related to the broswer: I tried with Chrome 85, Firefox 72, Edge 44 and IE 11.
The text was updated successfully, but these errors were encountered: