Hi there, I have installed nrpe on solaris under inetd. It responds when I do a telnet to port 5666.
On the solaris box, a snippit of my nrpe.cfg and the manual result of the check_load command:
command[check_load]=/usr/local/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
bash-2.05# /usr/local/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
OK - load average: 0.00, 0.00, 0.02
I run on the server:
./check_nrpe -H chaempip2 -c check_load
CHECK_NRPE: Socket timeout after 10 seconds.
And on the client I get:
Oct 4 13:00:04 chaempip2 nrpe[4861]: [ID 421412 daemon.error] Could not read request from client, bailing out…
Oct 4 13:00:22 chaempip2 nrpe[4862]: [ID 421412 daemon.error] Could not read request from client, bailing out…
Any suggestions? Should I find the source and recompile?
Norm