Nagios Core Config Migration

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Pponze
Posts: 8
Joined: Mon Jul 11, 2016 2:43 pm

Nagios Core Config Migration

Post by Pponze »

We're running Nagios Core v3.2.0 on a stand alone desktop which is working great. Now we're tasked to make a new Nagios Core server running as a VM. I downloaded the latest OVA 5.2.9-64bit. Can we migrate the configuration from the old to the latest version? Any known issues?

Thanks,

Paolo
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios Core Config Migration

Post by ssax »

The OVA that you downloaded is for Nagios XI, are you looking for XI or for Core? There are no pre-built images for Nagios Core unless you purchase it:

https://www.nagios.org/downloads/nagios-core/

Here is the manual installation guide for Nagios Core:

https://assets.nagios.com/downloads/nag ... _Source.pd


If you are looking to move to XI, here is the Core migration guide:

https://assets.nagios.com/downloads/nag ... ios_XI.pdf
Pponze
Posts: 8
Joined: Mon Jul 11, 2016 2:43 pm

Re: Nagios Core Config Migration

Post by Pponze »

Thanks for pointing that out, ssax. We're staying with Core and want to migrate to a new vm with Core 4.1.1. Any issues migrating the configuration files to a server on a different IP subnet? Thinking about building the new VM at a different site.

Will Core run on Ubuntu 15.10?
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios Core Config Migration

Post by rkennedy »

It sure will. Take a look at this guide - https://support.nagios.com/kb/article.php?id=97
Former Nagios Employee
Pponze
Posts: 8
Joined: Mon Jul 11, 2016 2:43 pm

Re: Nagios Core Config Migration

Post by Pponze »

Thanks. Ended up installing it on CentOS instead and have Core 4.1.1 running. Now I'm just looking for the config migration steps from 3.2.1 -> 4.1.1.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Nagios Core Config Migration

Post by Box293 »

You should be able to copy them straight across and run a verify.

Code: Select all

/usr/local/nagios/bin/nagios -vvv /usr/local/nagios/etc/nagios.cfg
If the verify fails go and fix what it's complaining about.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked