google map with no display
google map with no display
We are running nagios xi 2012 R1.2 with centos 6.3, I installed google map components and dashlet. But when I open dashlet, there is no display. anyone else has same problem?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: google map with no display
Can we tail the httpd error_log to see any errors that may have emerged while trying to access this page
Code: Select all
tail -f /var/log/httpd/error_logRe: google map with no display
tried to monitor httpd error, but it didn't show any message while accessing the google map page. I attached the google map screenshot where you can see, there only empty page.
You do not have the required permissions to view the files attached to this post.
Re: google map with no display
Did you try setting the map defaults? Do you see anything when you click on "Set Map Defaults" in the upper right corner?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: google map with no display
Yes, I can see the "set map default", but after that, no difference
You do not have the required permissions to view the files attached to this post.
Re: google map with no display
I've seen this before with improperly formatted coordinates for a host. Can you right-click on the page, select "View Frame Source", and post the page source inside a set of code tags?
Re: google map with no display
Please find the source code in attachment.
Re: google map with no display
rename it to txt file
You do not have the required permissions to view the files attached to this post.
Re: google map with no display
The google maps component uses the notes field for the geo-coordinates for hosts, and it's *supposed* to filter out invalid coordinates, but it looks like there's a bug in that filtering, which is causing the map image to break. We'll post an updated version of the component on this thread with the fix once we get it updated.
Re: google map with no display
Try the attached revision of the component. It should filter the notes data properly so that the map displays correctly.
You do not have the required permissions to view the files attached to this post.