I updated my operations center component and now my Ops Center screen won;t display anything
I updated to 1.7.5
Operations Center screen broken after update
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Operations Center screen broken after update
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:
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).
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.phpWe'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.
Re: Operations Center screen broken after update
Worked. please close the ticket