NagiosXI v1.7 Unclickable host/service's links

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pzusa
Posts: 34
Joined: Fri Jun 24, 2011 9:54 am

NagiosXI v1.7 Unclickable host/service's links

Post by pzusa »

Hi,

I've recently noticed a very odd behavior of NXI GUI (looks like a bug to me). Each time I open host or services list, two links at the very bottom of the browser's window (this part of the window that is visible without scrolling down) have no ability to be clicked (mouse cursor doesn't change to hand, and mouse click doesn't work).
When I resize the browser's window the situation repeats but for the other links (that after the resize appear at the bottom of the visible list).
Scrolling the list down works OK, and other links below those two work fine either. Every time the problem concerns only two links.

Could You please check it out ? It's quite annoying when You cannot access some service's information visible on the screen and need to resize browser's window to access it :cry:

Kind regards

Michalux
User avatar
arnab.roy
Posts: 354
Joined: Sat Apr 30, 2011 10:24 am

Re: NagiosXI v1.7 Unclickable host/service's links

Post by arnab.roy »

Hi ,

This bug has been fixed in XI 1.8 ...............

Cheers
Arnab
pzusa
Posts: 34
Joined: Fri Jun 24, 2011 9:54 am

Re: NagiosXI v1.7 Unclickable host/service's links

Post by pzusa »

That's a good news :D
Actually I'm not able to make an upgrade now (since just have upgraded to 1.7 and have no service window available).
Would it be possible for You to send me the patch for this ?

Kind regards

Michalux
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NagiosXI v1.7 Unclickable host/service's links

Post by lmiltchev »

I am not sure what do you mean by "no service window available"...

You can download the latest xi to your /tmp directory:

http://assets.nagios.com/downloads/nagi ... 1.8.tar.gz

untar it

Code: Select all

# cd /tmp
# tar zxvf xi-2011r1.8.tar.gz
and run upgrade

Code: Select all

# cd nagiosxi
# ./upgrade
Be sure to check out our Knowledgebase for helpful articles and solutions!
pzusa
Posts: 34
Joined: Fri Jun 24, 2011 9:54 am

Re: NagiosXI v1.7 Unclickable host/service's links

Post by pzusa »

By the service window I meant no possibility to turn off NXI to upgrade it. I've just upgraded to 1.7 so cannot afford another downtime for NXI in the near future.
That's why I'm asking for the patch that I could apply during normal NXI operation.

Michalux
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: NagiosXI v1.7 Unclickable host/service's links

Post by mguthrie »

This is a little bit ugly for a "patch" but it's the simplest way to make the changes for your situation. Doing an upgrade is the safest way to do this, but the below changes should work as well.

Edit around lines 307-309 in /usr/local/nagiosxi/html/includes/pageparts.inc.php to look like the following

Code: Select all

	<!--	<div id="footer">  //there should only be one div with id of footer on any given page, moved to footer.inc.php  --> 
		<?php do_page_footer($child);?>
	<!-- 	</div>  -->
And then replace /usr/local/nagiosxi/html/includes/footer.inc.php with the attached file. (Make a backup of this file first).
You do not have the required permissions to view the files attached to this post.
pzusa
Posts: 34
Joined: Fri Jun 24, 2011 9:54 am

Re: NagiosXI v1.7 Unclickable host/service's links

Post by pzusa »

Thank's - that worked :)

Michalux
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: NagiosXI v1.7 Unclickable host/service's links

Post by mguthrie »

Good deal!
Locked