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
Google Map Dashlet error
Google Map Dashlet error
Nagios XI 2024R2.2.1 (8 Servers)
Nagios Fusion 2024R1.0.2
Nagios Fusion 2024R1.0.2
Re: Google Map Dashlet error
Can post the rest of the output of that error message? It's missing the actual file reference that's missing.
Re: Google Map Dashlet error
[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?&=
[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
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
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
This will resolve the issue
/usr/local/nagiosxi/html/includes/dashlets/googlemapdashlet/googlemapdashlet.inc.php
to
Code: Select all
$name="googlemapdashlet";