Operations Center screen broken after update

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Operations Center screen broken after update

Post by bosecorp »

I updated my operations center component and now my Ops Center screen won;t display anything

I updated to 1.7.5
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Operations Center screen broken after update

Post by Box293 »

It looks like it's been hard coded to an include file called jquery-1.11.2.min.js however on my 2014R2.7 system I only have jquery-1.6.2.min.js or jquery-1.8.2.min.js.

This command will change it to point to 1.6.2:

Code: Select all

sed -i 's/1.11.2/1.6.2/g' /usr/local/nagiosxi/html/includes/components/opscreen/opscreen.php
Once you've done that it should work.

We'll report this to get it fixed (TASK ID 6664). I suspect this is related to XI 5 as on an XI 5 test system I have here the jquery-1.11.2.min.js file does exist (deployed from a OVA).
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
bosecorp
Posts: 929
Joined: Thu Jun 26, 2014 1:00 pm

Re: Operations Center screen broken after update

Post by bosecorp »

Worked. please close the ticket
Locked