status.php not found error 404

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
GldRush98
Posts: 259
Joined: Wed May 25, 2011 10:51 am
Location: Springfield, IL
Contact:

status.php not found error 404

Post by GldRush98 »

I log in, and get the unhandled problems notice.
I click either the unhandled host problems link or the unhandled service problems link, respectively

Code: Select all

http://ip.address/nagiosxi//?xiwindow=includes%2Fcomponents%2Fxicore%2Fstatus.php%3Fshow%3Dhosts%26hoststatustypes%3D12%26hostattr%3D10
or
http://ip.address/nagiosxi//?xiwindow=includes%2Fcomponents%2Fxicore%2Fstatus.php%3Fshow%3Dservices%26hoststatustypes%3D2%26servicestatustypes%3D28%26serviceattr%3D10
I am taken to an error page. The nagios menus load up around the frame, but inside the frame all I get is:
Not Found

The requested URL /nagiosxi//includes/components/xicore/status.php was not found on this server.

Apache/2.2.3 (CentOS) Server at 10.3.3.213 Port 80
However, if I go to the status.php file directly via url

Code: Select all

http://ip.address/nagiosxi/includes/components/xicore/status.php
Everything works fine.

Plus I verified the file is indeed down that path on the server:

Code: Select all

[root@localhost html]# locate xicore/status.php
/usr/local/nagiosxi/html/includes/components/xicore/status.php
It seems like whatever is doing the redirect in frame is broken.
Prod XI: Debian 12 - Nagios XI 2026R1.2
Dev XI: Debian 12 - Nagios XI 2026R1.2
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: status.php not found error 404

Post by scottwilkerson »

Thanks. This has previously been reported and the fix will be taken care of in the next release.

http://tracker.nagios.com/view.php?id=208
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
GldRush98
Posts: 259
Joined: Wed May 25, 2011 10:51 am
Location: Springfield, IL
Contact:

Re: status.php not found error 404

Post by GldRush98 »

Ok, thanks.
I did a quick search bit didn't see anything. Probably didn't search on the right terms or something.
Prod XI: Debian 12 - Nagios XI 2026R1.2
Dev XI: Debian 12 - Nagios XI 2026R1.2
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: status.php not found error 404

Post by mguthrie »

The quick fix is posted as a note at the bottom of the bug report if you need it.
Locked