Page 1 of 1

Google Map Dashlet error

Posted: Fri Nov 30, 2012 4:02 pm
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

Re: Google Map Dashlet error

Posted: Fri Nov 30, 2012 5:15 pm
by mguthrie
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

Posted: Mon Dec 03, 2012 9:04 am
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?&=

Re: Google Map Dashlet error

Posted: Mon Dec 03, 2012 10:23 am
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