Error migrating from Nagios Core

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
SoporteGSID
Posts: 6
Joined: Mon Mar 22, 2021 5:52 am

Error migrating from Nagios Core

Post by SoporteGSID »

Hi,

I am migrating from Nagios Core 3.2.3 to Nagios XI 5.8.2 and always shows the following error:

X Bundled and transferred Nagios Core data
X Prepared Nagios Core data for import
X Imported Nagios Core data into Nagios XI
X Applied new configuration in Nagios XI

Error: Could not transfer the configuration.

The script exited with an error on remote system:
This system is not registered with RHN Classic or Red Hat Satellite. You can use rhn_register to register. Red Hat Satellite or RHN Classic support will be disabled. Error: Cannot find a valid baseurl for repo: base


Both systems are CentOS, one with CentOS 6.9 (Nagios Core) and other with CentOS Stream 8 (Nagios XI). Any ideas?
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Error migrating from Nagios Core

Post by benjaminsmith »

Hi @SoporteGSID,

This is most likely the result of the repos being out of date on the Cent 6 system.. Does the system have access to the repos? If not it will be necessary to use the CentOS Vault repositories.

See: https://www.getpagespeed.com/server-set ... 6-went-eol

If that's not the issue, It may be due to a corrupted yum cache, run the following commands then try once more.

Code: Select all

yum clean all
rm -rf /var/cache/yum/*
Also, make sure you have python installed on the target system.

Code: Select all

python -V
--Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
SoporteGSID
Posts: 6
Joined: Mon Mar 22, 2021 5:52 am

Re: Error migrating from Nagios Core

Post by SoporteGSID »

Hi Benjamin, thanks for your reply!

You were right, the repos were out of date, I didn't think the CentOS version could be a problem (or the repos in this case). Following the instructions at GetPageSpeed I've been able to migrate to Nagios XI.

Again, thank you very much for your help.
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: Error migrating from Nagios Core

Post by dchurch »

Glad to hear you resolved it! Locking thread.

If you have any additional issues, feel free to make a new thread.
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Locked