No website after dashlet install.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
zlyles
Posts: 1
Joined: Fri Jul 30, 2010 10:19 am

No website after dashlet install.

Post 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
User avatar
admin
Site Admin
Posts: 256
Joined: Mon Oct 12, 2009 8:21 am

Re: No website after dashlet install.

Post 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Ethan Galstad
President
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: No website after dashlet install.

Post 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?
Locked