Solaris NRPE Agent Install Question

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Berto
Posts: 162
Joined: Tue Jul 01, 2014 6:12 pm

Solaris NRPE Agent Install Question

Post by Berto »

I'm in the middle of installing the Solaris NRPE agent and I ran into a server that seems to already have a package installed when running the full install script:

The file </usr/local/bin/top> is already installed and in use by
package <SMCtop> on zone <server>

Conflict checking issues for package <SMCtop> on zone <server>.

Do you want to continue with the installation of <SMCtop> [y,n,?] y

attribute change for /usr/local/bin <package> on SMCtop <zone>

Do you want to continue with the installation of <SMCtop> [y,n,?]

So my question is does the script just re-install the package or will there be a possible bad side effect if I continue the installation?

--Berto
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Solaris NRPE Agent Install Question

Post by lmiltchev »

Are you trying to install NRPE by following the steps, outlined in the document below?

https://assets.nagios.com/downloads/nag ... _Agent.pdf

If you already have NRPE successfully installed on the remote machine, there is no need to "reinstall" it.

Add the Nagios XI server's IP address to the "allowed_hosts=" line in the "nrpe.cfg" file on the remote box, restart NRPE and test it by running the following command on the Nagios XI server:

Code: Select all

/usr/local/nagios/libexec/check_nrpe -H <remote server ip address>
You should be able to see the NRPE version, i.e.

Code: Select all

NRPE v2.15
Be sure to check out our Knowledgebase for helpful articles and solutions!
Berto
Posts: 162
Joined: Tue Jul 01, 2014 6:12 pm

Re: Solaris NRPE Agent Install Question

Post by Berto »

Yes I'm following the directions from https://assets.nagios.com/downloads/nag ... _Agent.pdf but I'm not re-installing the NRPE agent. It would seem that when the server was built (some long time ago) the package that I got a warning for was already installed. I am in need of installing the NRPE agent and want to verify if any ill effects could occur if I continue the installation.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Solaris NRPE Agent Install Question

Post by tgriep »

The NRPE Agent needs some prerequisite packages installed so re-installing them shouldn't affect your system.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Berto
Posts: 162
Joined: Tue Jul 01, 2014 6:12 pm

Re: Solaris NRPE Agent Install Question

Post by Berto »

Thanks for the info and I'll go ahead and start by installs back up. This can be closed.

--Berto
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Solaris NRPE Agent Install Question

Post by rkennedy »

Sounds good. I'll close this out now - feel free to open a new thread if you ever need assistance in the future!
Former Nagios Employee
Locked