Page 1 of 1

Nagio XI Linux agent installation failed at Subcomponents

Posted: Thu Aug 25, 2016 10:32 am
by w-bao
The Nagios XI Linux agent installation failed at a couple of our Linux servers. Here is the error:

.....
*** Compile finished ***

If the compile finished without any errors, you should
find client and server binaries in the src/ subdirectory.

Read the README file for more information on installing
the binaries, creating configuration files, and using
the server and client.

Stopping xinetd: [ OK ]
Starting xinetd: [ OK ]
NSCA-POST

real 0m3.664s
user 0m1.815s
sys 0m0.487s
INSTALLING EXTRA PLUGINS...

real 0m0.004s
user 0m0.001s
sys 0m0.001s
sed: can't read /etc/xinetd.d/nrpe: No such file or directory
Subcomponents installation failed - exiting

Re: Nagio XI Linux agent installation failed at Subcomponent

Posted: Thu Aug 25, 2016 11:03 am
by bwallace
To better assist, can you let us know the Linux distro + version running on these servers?

Here is a forum thread about the same issue where 'cpss454' posted a fix for Oracle Linux 6.6, of course I'm not sure if this will apply to you not knowing the OS:

https://support.nagios.com/forum/viewto ... 44#p160596

Re: Nagio XI Linux agent installation failed at Subcomponent

Posted: Thu Aug 25, 2016 2:00 pm
by w-bao
Both servers are RHEL 6.8. Thanks!

Re: Nagio XI Linux agent installation failed at Subcomponent

Posted: Thu Aug 25, 2016 4:05 pm
by tgriep
That error is usually caused by a missing package that needs to be installed on the servers.
Try running this on the remote hosts and then recompiling the NRPE Agent.

Code: Select all

yum install openssl-devel -y

Re: Nagio XI Linux agent installation failed at Subcomponent

Posted: Tue Aug 30, 2016 9:51 am
by w-bao
It did resolve the issue! Thanks!

Re: Nagio XI Linux agent installation failed at Subcomponent

Posted: Tue Aug 30, 2016 10:20 am
by bwallace
Glad to hear this is resolved. Were there additional questions on the topic or are we good to lock this thread?