Page 1 of 1

No website after dashlet install.

Posted: Fri Jul 30, 2010 10:26 am
by zlyles
I am currently testing the Nagios XI trial. I accidently installed the google maps dashlet on the components page after installing the google maps component, and obviously it did not show in the list.

I then switched to the manage dashlets page, and the dashlet did not show there either, so I proceeded to install the dashlet via this page. After installing the dashlet on the manage dashlets page, the nagios XI website now displays nothing.

If I go to http://server/ I get a link to the XI site, but clicking on the link ends up back at the same blank site.

Any ideas?

Thanks,

Zak

Re: No website after dashlet install.

Posted: Fri Jul 30, 2010 4:51 pm
by admin
This is a brand new dashlet, so there's probably a bug in it from the sounds of things. You can verify a bug by tailing the Apache log:

Code: Select all

tail -f /var/log/httpd/error_log
You can delete the misbehaving dashlet manually from the filesystem to clear the problem (be careful with this command!):

Code: Select all

rm -rf /usr/local/nagiosxi/html/includes/dashlets/googlemap

Re: No website after dashlet install.

Posted: Mon Aug 02, 2010 9:11 am
by mguthrie
If you can post the most recent error messages that you have in that log it'll help us get that bug fixed right away. I'll run a few more tests on it in the meantime and see if I can find it.

Just to verify, are you running version 1.2c or later?