Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
[SOLVED] New Dashboard cards issue
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] New Dashboard cards issue (Read 730 times)
JasMan
Full Member
Posts: 175
Karma: 9
[SOLVED] New Dashboard cards issue
«
on:
August 22, 2024, 02:35:39 pm »
I've issues with the new dashboard cards in 24.7.
The traffic graph is not continuosly. It shows empty parts for 2-3 seconds at the end.
The CPU graph is completly empty.
I tried different browsers and users. Same issues.
I run a test version of OPNsense in Hyper-V, and the graphs are fine there.
Any ideas?
«
Last Edit: August 27, 2024, 12:28:43 pm by JasMan
»
Logged
Duck, Duck, Duck, Duck, Duck, Duck, Duck, Duck, Goose
furfix
Jr. Member
Posts: 56
Karma: 1
Just another user
Re: New Dashboard cards issue
«
Reply #1 on:
August 22, 2024, 05:25:05 pm »
Not sure if this is your case, but I noticed the dashboard is not drawing anything if it lost the focus after some time. So, if you alt+tabbed for some time, then the graph will stop drawing the lines...I assume to save resources.
Not sure if that's the expected behaviour, but sharing it with you to see if it could be your case.
Logged
JasMan
Full Member
Posts: 175
Karma: 9
Re: New Dashboard cards issue
«
Reply #2 on:
August 22, 2024, 06:04:17 pm »
Thank you for sharing.
I noticed the same when the tab with the gui goes to the background.
But my issues happen right after I've logged in and the tab has the focus.
Logged
Duck, Duck, Duck, Duck, Duck, Duck, Duck, Duck, Goose
geekguy
Newbie
Posts: 7
Karma: 1
Re: New Dashboard cards issue
«
Reply #3 on:
August 22, 2024, 11:55:31 pm »
I am having flickering and it drives me nuts. I'd rather not have the dashboards timeout, just have them update continously in the background and maintain the session state properly. Each time I move away from the tab for a while, I come back and my dashboard is just flickering like crazy on FireFox and I have to refresh the page to get it to work. Maybe an in-focus automatic refresh is needed?
Logged
JasMan
Full Member
Posts: 175
Karma: 9
Re: New Dashboard cards issue
«
Reply #4 on:
August 24, 2024, 12:04:39 pm »
@geekguy: Try to delete the browser cache for the site. I can remember that it helped in the past.
Logged
Duck, Duck, Duck, Duck, Duck, Duck, Duck, Duck, Goose
JasMan
Full Member
Posts: 175
Karma: 9
Re: New Dashboard cards issue
«
Reply #5 on:
August 26, 2024, 10:02:56 pm »
I've found out that the issue is caused by Nginx.
Nginx provides the OPNsense GUI for external and internal access. When I open the GUI directly all graphs/cards are fine.
Not sure if it is an configuration or plugin issue.
Does anybody use Nginx in combination with OPNsense?
Logged
Duck, Duck, Duck, Duck, Duck, Duck, Duck, Duck, Goose
JasMan
Full Member
Posts: 175
Karma: 9
Re: New Dashboard cards issue
«
Reply #6 on:
August 27, 2024, 12:28:11 pm »
I was able to solve it.
Nginx was configured to buffer the responses from the upstream server. Therefore, the interfaces and CPU load values for the widgets where send only when the buffer size has been reached.
This caused the 3-second-delay for the interface values, and a 30-second-delay for the CPU load values which was too long for the graph to show anything.
I've disabled "Response Buffering" in the location settings in Nginx.
Logged
Duck, Duck, Duck, Duck, Duck, Duck, Duck, Duck, Goose
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
[SOLVED] New Dashboard cards issue