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.
nrpe on SLES9
Re: nrpe on SLES9
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.
http://sourceforge.net/projects/nagios/ ... z/download
Let us know if that will work for you.
Re: nrpe on SLES9
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!
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!
Re: nrpe on SLES9
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