nrpe on SLES9

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
proquibas
Posts: 18
Joined: Mon Jul 22, 2013 7:52 am

nrpe on SLES9

Post by proquibas »

Hi all,

Can someone tell me how to install nagios-nrpe on a SLES9?
I try to install from the nagios wizard but is not installing nrpe service in the server. I read that I have to download an install the rpm file but I don't find for SLES9.

Thanks.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: nrpe on SLES9

Post by ssax »

You can download the source from the URL below and follow the README file that it contains, have you tried that yet?

http://sourceforge.net/projects/nagios/ ... z/download

Let us know if that will work for you.
proquibas
Posts: 18
Joined: Mon Jul 22, 2013 7:52 am

Re: nrpe on SLES9

Post by proquibas »

Thanks ssax,

I downloaded and tried to install but now I have the next error when I execute configure:

checking for SSL headers... configure: error: Cannot find ssl headers

I'm trying to find the correct openssl-devel to install as I red on other problems.

Thanks!
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: nrpe on SLES9

Post by ssax »

That is correct, openssl-devel is needed, here are the prereqs required for NRPE source install:

Code: Select all

gcc glibc glibc-common openssl-devel perl
Locked