linux nrpe installation failed

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pkarr
Posts: 58
Joined: Fri Oct 05, 2012 1:01 pm

linux nrpe installation failed

Post by pkarr »

Hi,
We are in the process of installing the nrpe agent on our Linux servers. We are following the directions in your Installing the Linux XI Agent doc and using the download it references. We had a failure yesterday and would like your assistance in figuring out what when wrong.

I've attached the installation log as requested.

thanks,
Penny Karr | IT Infrastructure Monitoring
Harvard Vanguard Medical Associates, an Affiliate of Atrius Health
254 Second Avenue | Needham, MA 02494
P (781) 292-1853 | F (781 292-1980 | http://www.harvardvanguard.org
Email: [email protected]
You do not have the required permissions to view the files attached to this post.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: linux nrpe installation failed

Post by slansing »

xinetd: unrecognized service
If you intend to use NRPE as perscribed via the linux-agent packaged version, you will need to install xinetd for service control on the system. You can do so with:

Code: Select all

yum install xinetd
Then re-run the install script. Let us know if you have issues!
pkarr
Posts: 58
Joined: Fri Oct 05, 2012 1:01 pm

Re: linux nrpe installation failed

Post by pkarr »

Thanks, I will pass the info on, its not a nagios server so I'm not doing the install.

Also, I noticed that the installation can't find autoconf and openssl-dev and on checking, they are missing. Are these required for a successful install as well?

thanks,
Penny
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: linux nrpe installation failed

Post by slansing »

I'd recommend installing them too, they are pre-requisites required for the latest plugins packages and ssl usage of NRPE if you require it. They alone would not cause the NRPE installation portion to fail but autoconf for sure will cause issues when pulling plugins in from that installer.
Locked