Re: Dashboard Issues
Posted: Mon Mar 31, 2025 9:02 am
Agreement here. I rolled back because they were broken.
Any updates on this issue?
Any updates on this issue?
Support for Nagios products and services
https://support.nagios.com/forum/
For the cors issues, do you know if it persists after restarting your apache server? Also I'm assuming this only started happening after the update? It is a weird issue and im not sure what exactly is causing it. If it just recently happened I can take a look at some of the changes that were done and see if something is causing cors issues there. Unfortunately I don't have an update yet for the dashboard issue yet. I can't go into details for the dashboard changes that were made but we apologize for the inconvenience.gregbeyer wrote: ↑Mon Mar 24, 2025 9:27 am I can corroborate that upgrade to 2024R1.4.1 has totally hosed my dashboards.Thank God I tried it out on DEV first. PITA to have to rebuild my DEV box and restore from backup, but better than having my PROD box hosed.
In my home dashboard only Host Status Summary and Service Status summary are somewhat readable, tho they did reduce in size. All other dashlets are shrunk down to 1/2 postage stamp size. So small cannot access dashlet controls to bring them back up to size.
Another dashboard, when I open it, red message at top " Error: Access denied due to cross-origin policy or content security policy." I'm an admin, of course so what gives?. And all of that dashboard's dashlets are scaled to huge and moved around. Or are they just so huge that they just look like they moved? IDK.
Yeah, not upgrading PROD 'til this is fixed. Apologies to Forrest Gump. Nagios is like a box of chocolates . . .
I am using the custom URL dashlet to call a URL within Nagios,namely BPI (https://<FQDN>/nagiosxi/includes/components/nagiosbpi/index.php)I'm assuming you have a custom url dashlet that is giving this error?
Correct, there is an issue currently with the custom url dashlet pointing to internal sources and that issue should fix it when released. The confusing part is that when an error happens its displaying a CORS error even when its an internal source.gregbeyer wrote: ↑Tue Apr 01, 2025 2:30 pmI am using the custom URL dashlet to call a URL within Nagios,namely BPI (https://<FQDN>/nagiosxi/includes/components/nagiosbpi/index.php)I'm assuming you have a custom url dashlet that is giving this error?
So you're saying that CORS handling explains the error message "Error: Access denied due to cross-origin policy or content security policy? And #1781 is the answer to that.
I take it there's something else going on that breaks other dashlets too? (in my case used BBMap and Gauge).
Reading the change log, it appears that 2024R1.3.3 was the last version before dashlets were altered. Hard to say at what ver thereafter this dashlet breakage happens. Holding off on upgrading until this issue is resolved.