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.
Nagios xi 2024R1.1.1 Unable to Delete Dashboards
-
- Posts: 115
- Joined: Wed Mar 13, 2019 2:06 pm
-
- Posts: 258
- Joined: Wed Aug 23, 2023 11:29 am
Re: Nagios xi 2024R1.1.1 Unable to Delete Dashboards
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!
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!
-
- Posts: 115
- Joined: Wed Mar 13, 2019 2:06 pm
Re: Nagios xi 2024R1.1.1 Unable to Delete Dashboards
Thanks for confirming. Is there a list of known bugs that I can refer to in the future?
-
- Posts: 258
- Joined: Wed Aug 23, 2023 11:29 am
Re: Nagios xi 2024R1.1.1 Unable to Delete Dashboards
Our issue tracking is internal, but you can keep an eye on our changelog for it to be addressed.
-
- Posts: 115
- Joined: Wed Mar 13, 2019 2:06 pm
Re: Nagios xi 2024R1.1.1 Unable to Delete Dashboards
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
-
- Posts: 327
- Joined: Wed Aug 09, 2023 9:58 am
Re: Nagios xi 2024R1.1.1 Unable to Delete Dashboards
Thanks for the request, it would definitely help users decide if they would want to upgrade. I will bring it up as something requested.