Page 1 of 1

Nagios XI 2024R1.1.1 Unable to Delete Dashboards

Posted: Wed Apr 17, 2024 8:46 am
by shoreypu
Hello,

We recently updated our QA environment to 2024R1.1.1 (from 5.11.3) and in our testing, we have found that we are unable to delete dashboards. The message indicates the dashboard has been deleted, but it does not. I've tested this as an admin and a user account. Not sure if this is a 2024R1.1.1 bug or something with our QA system.

Thanks in advance.

Re: Nagios XI 2024R1.1.1 Unable to Delete Dashboards

Posted: Wed Apr 17, 2024 9:21 am
by gwesterman
Hi @shoreypu,

Yes, this is a known bug and will be fixed in a future release soon. In the time-being, if you are comfortable editing some minified javascript files, there is a pretty easy fix. In the file /nagiosxi/html/includes/dashboards.js, you can change the following:
- Change every instance of "id=$(this).parent().data('id');" (there should be 4) with "id=$(this).parent().parent().data('id');"
- Change every instance of "title=$(this).parent().data('title');" (there should be 3) with "title=$(this).parent().parent().data('title');"

Let us know if you need anything else,

Thank you!

Re: Nagios XI 2024R1.1.1 Unable to Delete Dashboards

Posted: Thu Apr 18, 2024 7:12 am
by shoreypu
Thanks for confirming. Is there a list of known bugs that I can refer to in the future?

Re: Nagios XI 2024R1.1.1 Unable to Delete Dashboards

Posted: Thu Apr 18, 2024 9:11 am
by gwesterman
Our issue tracking is internal, but you can keep an eye on our changelog for it to be addressed.

Re: Nagios XI 2024R1.1.1 Unable to Delete Dashboards

Posted: Thu Apr 18, 2024 10:29 am
by shoreypu
I would like to suggest that known bugs be posted somewhere as well. That information may have helped in deciding whether or not to look at upgrading in the first place. Thanks

Re: Nagios XI 2024R1.1.1 Unable to Delete Dashboards

Posted: Fri Apr 19, 2024 9:55 am
by sgardil
Thanks for the request, it would definitely help users decide if they would want to upgrade. I will bring it up as something requested.