Page 1 of 1

Operations Center screen broken after update

Posted: Sun Oct 18, 2015 8:13 pm
by bosecorp
I updated my operations center component and now my Ops Center screen won;t display anything

I updated to 1.7.5

Re: Operations Center screen broken after update

Posted: Mon Oct 19, 2015 12:36 am
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).

Re: Operations Center screen broken after update

Posted: Mon Oct 19, 2015 3:53 pm
by bosecorp
Worked. please close the ticket