After upgrading Nagios XI to 2012R6, I added the Google Map dashlet that comes with the Nagios XI install. I get an error after i place the dashlet to my home page and now I am unable to move it and delete it. It overlaps my other dashlets and I am unable to delete my home page to re-create it. I can hightlight the error and I can see the delete icon for the dashlet, but once I move my pointer to it, it will disapper. Plus the dashlet URL path is looking for the map.php file in the wrong location and has the wrong path format to the file. How can I modify that one? When I go back to "Manage Dashlets" I have a red X for the display image for the Google Map dashlet and I didn't see a method to access it properties to change the path.
First I searched for map.php file and found it in two locations. But this doesn't match the path that is in the error code below.
I also notice two slashes between componets an map.php in the path with the error, as well. See Below the error message.
It appears I need to add the html directory to the broken path and remove the second slash? Which config file can I edit or is this info in the database?
I also need a method to delete a dashlet from the dashboard when you can't access the delete icon?
Found 2 instances of map.php on the vSphere version that we are evaluating.
/usr/local/nagiosxi/html/includes/components/hypermap_replay/map.php
/usr/local/nagiosxi/html/includes/components/hypermap/map.php
Error Code inside the google map dashlet:
Not Found
The requested URL /nagiosxi/includes/components//map.php was not found on this server.
Unable to delete dashlet
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Unable to delete dashlet
The google map dashlet required the google maps component that can be downloaded here
http://exchange.nagios.org/directory/Ad ... nt/details
You can upload the zip under Admin -> Manage Components
http://exchange.nagios.org/directory/Ad ... nt/details
You can upload the zip under Admin -> Manage Components
-
[email protected]
- Posts: 12
- Joined: Wed Feb 06, 2013 9:20 am
Re: Unable to delete dashlet
Thank you for the update.