Become root
sudo -s
mkdir ~/downloads
cd ~/downloads
wget nrpe from sourceforge
tar zxf nrpe...
cd nrpe...
./configure
(when running into ssl header errors)
apt-get install libssl-dev
Then run the folloowing
./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib
My NRPE General Options
NRPE Port: 5666
NRPE User: nagios
NRPE Group: nagios
Nagios user: nagios
Nagios Group: nagios
http://www.linuxquestions.org/questions/linux-security-4/nagiosnrpe-ssl-issues-214284/
http://beginlinux.com/blog/2009/01/enable-the-nagios-nrpe-server/
http://people.virginia.edu/~rtg2t/samba/nrpe.install.html
make all
No comments:
Post a Comment