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]
linux nrpe installation failed
linux nrpe installation failed
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
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:xinetd: unrecognized service
Code: Select all
yum install xinetdRe: linux nrpe installation failed
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
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
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.