Google Map Dashlet error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
TBT
Posts: 625
Joined: Wed May 18, 2011 1:26 pm

Google Map Dashlet error

Post by TBT »

Fresh install of Nagios XI 2012 R1.2, the default install of Google Map Dashlet is producing the following error in apache log.

[Fri Nov 30 15:59:52 2012] [error] [client IP] File does not exist: /usr/local/nagiosxi/html/includes/dashlets/googlemap, referer: https://url/nagiosxi/admin/dashlets.php
Nagios XI 2024R2.2.1 (8 Servers)
Nagios Fusion 2024R1.0.2
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Google Map Dashlet error

Post by mguthrie »

Can post the rest of the output of that error message? It's missing the actual file reference that's missing.
TBT
Posts: 625
Joined: Wed May 18, 2011 1:26 pm

Re: Google Map Dashlet error

Post by TBT »

[Fri Nov 30 09:19:44 2012] [error] [client IP] File does not exist: /usr/local/nagiosxi/html/includes/dashlets/googlemap, referer: https://URL/nagiosxi/admin/dashlets.php
[Fri Nov 30 09:31:05 2012] [error] [client IP] File does not exist: /usr/local/nagiosxi/html/includes/dashlets/googlemap, referer: https://URL/nagiosxi/admin/dashlets.php
[Fri Nov 30 09:43:45 2012] [error] [client IP] File does not exist: /usr/local/nagiosxi/html/includes/dashlets/googlemap, referer: https://URL/nagiosxi/admin/dashlets.php?&=
[Fri Nov 30 09:43:45 2012] [error] [client IP] File does not exist: /usr/local/nagiosxi/html/includes/dashlets/googlemap, referer: https://URL/nagiosxi/admin/dashlets.php?&=
[Fri Nov 30 09:46:41 2012] [error] [client IP] File does not exist: /usr/local/nagiosxi/html/includes/dashlets/googlemap, referer: https://URL/nagiosxi/admin/dashlets.php?&=
Nagios XI 2024R2.2.1 (8 Servers)
Nagios Fusion 2024R1.0.2
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Google Map Dashlet error

Post by scottwilkerson »

Not sure why this is like this but if you edit line 18 of
/usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet/googlemapdashlet.inc.php

to

Code: Select all

$name="googlemapdashlet";
This will resolve the issue
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked