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
Nagio XI Linux agent installation failed at Subcomponents
Re: Nagio XI Linux agent installation failed at Subcomponent
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
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
Be sure to check out the Knowledgebase for helpful articles and solutions!
Re: Nagio XI Linux agent installation failed at Subcomponent
Both servers are RHEL 6.8. Thanks!
Re: Nagio XI Linux agent installation failed at Subcomponent
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.
Try running this on the remote hosts and then recompiling the NRPE Agent.
Code: Select all
yum install openssl-devel -yBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagio XI Linux agent installation failed at Subcomponent
It did resolve the issue! Thanks!
Re: Nagio XI Linux agent installation failed at Subcomponent
Glad to hear this is resolved. Were there additional questions on the topic or are we good to lock this thread?
Be sure to check out the Knowledgebase for helpful articles and solutions!