root@ssbpmutu:/tmp/nrpe-3.0# ./configure --enable-command-args -with-ssl=/usr/sfw/ -with-ssl-lib=/usr/sfw/lib/ -with-ssl-inc=/usr/sfw/include
*** Configuration summary for nrpe nrpe-3.0 07-12-2016 ***:
General Options:
-------------------------
NRPE port: 5666
NRPE user: nagios
NRPE group: nagios
Nagios user: nagios
Nagios group: nagios
Review the options above for accuracy. If they look okay,
type 'make all' to compile the NRPE daemon and client
or type 'make' to get a list of make options.
You have mail in /var/mail/root
root@ssbpmutu:/tmp/nrpe-3.0# gmake all
cd ./src/; gmake
gmake[1]: Entering directory `/tmp/nrpe-3.0/src'
gcc -g -O2 -I/usr/sfw/include/openssl -DHAVE_CONFIG_H -I ../include -I ./../include -o nrpe ./nrpe.c ./utils.c ./acl.c -L/usr/sfw/lib/ -lssl -lcrypto -lnsl -lsocket
gcc -g -O2 -I/usr/sfw/include/openssl -DHAVE_CONFIG_H -I ../include -I ./../include -o check_nrpe ./check_nrpe.c ./utils.c -L/usr/sfw/lib/ -lssl -lcrypto -lnsl -lsocket
gmake[1]: Leaving directory `/tmp/nrpe-3.0/src'
*** Compile finished ***
You can now continue with the installation or upgrade process.
Read the PDF documentation (NRPE.pdf) for information on the next
steps you should take to complete the installation or upgrade.
You have new mail in /var/mail/root
root@ssbpmutu:/tmp/nrpe-3.0# gmake install-init
build-aux/install-sh -c -m 775 -g sys -d /var/svc/manifest/network/nagios
build-aux/install-sh -c -m 644 startup/solaris-init.xml /var/svc/manifest/network/nagios/nrpe.xml
svccfg import /var/svc/manifest/network/nagios/nrpe.xml
*** Run 'svcadm enable nrpe' to start it
root@ssbpmutu:/tmp/nrpe-3.0# svcadm disable nrpe
root@ssbpmutu:/tmp/nrpe-3.0# svcadm enable nrpe
root@ssbpmutu:/tmp/nrpe-3.0# cd /usr/local/nagios/libexec/
root@ssbpmutu:/usr/local/nagios/libexec# ./check_nrpe -H 127.0.0.1
CHECK_NRPE: Error - Could not connect to 127.0.0.1. Check system logs on 127.0.0.1
root@ssbpmutu:/usr/local/nagios/libexec#
Agian not working
