How to migrate Linux clients from Nagios Core to Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
hkang
Posts: 41
Joined: Tue Jan 05, 2016 4:34 pm

Re: How to migrate Linux clients from Nagios Core to Nagios

Post by hkang »

Then I prefer to delete the existing installs and install linux-nrpe-agent.tar.gz from scratch. It seems a lot easier. How can I delete the existing installs? Would you send me the instructions on that?

Thank you!
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: How to migrate Linux clients from Nagios Core to Nagios

Post by hsmith »

Something similar to this should do the trick:

Code: Select all

delgroup nagios
deluser nagios
rm -f /etc/xinet.d/nrpe
service xinetd restart
rm -rf /usr/local/nagios
Your file paths may vary.

Please note the last line will delete a lot of files, do not run this on a nagios server, only a server you want to remove nrpe on.
Former Nagios Employee.
me.
hkang
Posts: 41
Joined: Tue Jan 05, 2016 4:34 pm

Re: How to migrate Linux clients from Nagios Core to Nagios

Post by hkang »

Can I just install linux-nrpe-agent.tar.gz without deleting the existing installs?
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: How to migrate Linux clients from Nagios Core to Nagios

Post by hsmith »

As far as I know, it should work, but I have not tested this. You may want to look at what the fullinstall script is doing to make sure it doesn't interfere with anything that's in place.
Former Nagios Employee.
me.
hkang
Posts: 41
Joined: Tue Jan 05, 2016 4:34 pm

Re: How to migrate Linux clients from Nagios Core to Nagios

Post by hkang »

I tried the linux-nrpe-agent.tar.gz installation with and without deleting the existing installs. They both work.

Thank you so much for your help!
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: How to migrate Linux clients from Nagios Core to Nagios

Post by bwallace »

Thanks for that update. Are you back on track now or are there any lingering issues?
Be sure to check out the Knowledgebase for helpful articles and solutions!
hkang
Posts: 41
Joined: Tue Jan 05, 2016 4:34 pm

Re: How to migrate Linux clients from Nagios Core to Nagios

Post by hkang »

I didn't see any other issues so far. We are now ready to move forward with the purchase of Nagios XI. Thank you!
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: How to migrate Linux clients from Nagios Core to Nagios

Post by bwallace »

Glad we were able to help. We'll lock this thread now and feel free to open another should you require assistance with anything else.
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked