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
Solaris NRPE Agent Install Question
Re: Solaris NRPE Agent Install Question
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:
You should be able to see the NRPE version, i.e.
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>Code: Select all
NRPE v2.15Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Solaris NRPE Agent Install Question
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.
Re: Solaris NRPE Agent Install Question
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!
Re: Solaris NRPE Agent Install Question
Thanks for the info and I'll go ahead and start by installs back up. This can be closed.
--Berto
--Berto
Re: Solaris NRPE Agent Install Question
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