Hi,
I had posted earlier about the XI5 upgrade. I installed a fresh copy then tried to import my custom OPS screen that was designed through Nagios. Unfortunately it did not work. How do I go about getting this re-engineered so it will work with the latest XI version?
Thanks
Existing Custom Operations Screen
Re: Existing Custom Operations Screen
Just to make sure, are you referring to this thread? https://support.nagios.com/forum/viewto ... 35#p197135
With the process you did, it will only be moving over your configuration files, and not all of the other data.
To help get things on track, how was the custom OPS screen built? Is it a dashboard, or an external page? Could you show us a screenshot from the old system?
With the process you did, it will only be moving over your configuration files, and not all of the other data.
To help get things on track, how was the custom OPS screen built? Is it a dashboard, or an external page? Could you show us a screenshot from the old system?
Former Nagios Employee
Re: Existing Custom Operations Screen
yes I am referring to that thread, sorry!
I think i need help with getting everything from my existing system over to a new system.
the screen config is attached.
are there paid services I can get to do the move?
I think i need help with getting everything from my existing system over to a new system.
the screen config is attached.
are there paid services I can get to do the move?
You do not have the required permissions to view the files attached to this post.
Re: Existing Custom Operations Screen
Try the following "workaround".
1. Backup the original file "/usr/local/nagiosxi/html/includes/components/opscreen/opscreen.php".
2. Open the "/usr/local/nagiosxi/html/includes/components/opscreen/opscreen.php" in a text editor, and change this line (around line 9):
to this:
Save, exit, and restart httpd:
Try accessing the "Operations Screen" again. Did it work this time?
1. Backup the original file "/usr/local/nagiosxi/html/includes/components/opscreen/opscreen.php".
Code: Select all
cp -p /usr/local/nagiosxi/html/includes/components/opscreen/opscreen.php /usr/local/nagiosxi/html/includes/components/opscreen/opscreen.php.origCode: Select all
<script type="text/javascript" src="../../js/jquery/jquery-1.8.2.min.js">Code: Select all
<script type="text/javascript" src="../../js/jquery/jquery-1.11.2.min.js">Code: Select all
service httpd restartBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Existing Custom Operations Screen
awesome! worked like a charm.
any idea how I can migrate all perf data over too?
any idea how I can migrate all perf data over too?
Re: Existing Custom Operations Screen
You should be able to just copy over the RRDs and XMLs to "/usr/local/nagios/share/perfdata/" directory. If you are however changing the architecture, you will need to follow the steps, outlined in our "Nagios XI - Migrate Performance Data" KB article here:
https://support.nagios.com/kb/article.php?id=166
https://support.nagios.com/kb/article.php?id=166
Be sure to check out our Knowledgebase for helpful articles and solutions!
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Existing Custom Operations Screen
You can also use this tool I created called the Performance Data Tool for migrating performance data.
http://exchange.nagios.org/directory/Ad ... ol/details
Upload it into Nagios XI via Admin > System Extensions > Manage Components.
Access it via the Tools menu.
http://exchange.nagios.org/directory/Ad ... ol/details
Upload it into Nagios XI via Admin > System Extensions > Manage Components.
Access it via the Tools menu.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.