
Steps to build the latest Nagios NRPE agent and nagios-plugins package for MacOS with SSL support:
- Download openssl-0.9.8zh.tar.gz
- Unpack and compile openssl-0.9.8gz (but do not “make install”):
tar xzf openssl-0.9.8zh.tar.gz -C /tmp cd /tmp/openssl-0.9.8zh ./config make
- Download nagios-plugins-2.1.2.tar.gz.
- Unpack and compile nagios-plugins:
cd - tar xzf nagios-plugins-2.1.2.tar.gz -C /tmp/ cd /tmp/nagios-plugins-2.1.2 ./configure --with-openssl=/tmp/openssl-0.9.8zh --enable-perl-modules make sudo make install
- Download nrpe 3.0.tar.gz.
- Unpack and compile nrpe 3.0:
cd - tar xzf nrpe-3.0.tar.gz -C /tmp/ cd /tmp/nrpe-3.0 ./configure --with-openssl=/tmp/openssl-0.9.8zh make sudo make install
© Copyright 2018 Rex Consulting, Inc. - All rights reserved
Leave a Reply