Search found 4 matches

by Cerephim
Thu Oct 04, 2012 11:21 am
Forum: Open Source Nagios Projects
Topic: nrpe processes not communicating
Replies: 7
Views: 1933

Re: nrpe processes not communicating [SOLVED]

Apparently, the nrpe executable on dbserver was compiled using a very old library. When we did the yum update, the library must have gotten overwritten with one incompatible with the npre on the box.

When I replaced npre with a more current one, things started working.

Thanks for all your help!
by Cerephim
Thu Oct 04, 2012 10:55 am
Forum: Open Source Nagios Projects
Topic: nrpe processes not communicating
Replies: 7
Views: 1933

Re: nrpe processes not communicating

:(
[root@ngserver ~]# /usr/local/nagios/nrpe/libexec/check_nrpe -H dbserver -c check_load
CHECK_NRPE: Error - Could not complete SSL handshake.
[root@ngserver ~]# /usr/local/nagios/nrpe/libexec/check_nrpe -H dbserver -c check_load -n
CHECK_NRPE: Error receiving data from daemon.
by Cerephim
Thu Oct 04, 2012 6:21 am
Forum: Open Source Nagios Projects
Topic: nrpe processes not communicating
Replies: 7
Views: 1933

Re: nrpe processes not communicating

In the command: [root@ngserver lib]# /usr/local/nagios/nrpe/libexec/check_nrpe -c check_load -nH dbserver ngserver (where I'm executing the command) is the Nagios server, and dbserver is the remote box. I was under the impression that the -H flag indicated the remote host. Or perhaps I'm not underst...
by Cerephim
Wed Oct 03, 2012 1:50 pm
Forum: Open Source Nagios Projects
Topic: nrpe processes not communicating
Replies: 7
Views: 1933

nrpe processes not communicating

When I issue the command from the client: [root@dbserver nrpe]# /usr/local/nagios/nrpe/libexec/check_load -w 50,55,60 -c 60,65,70 OK - load average: 0.35, 0.41, 0.37|load1=0.350;50.000;60.000;0; load5=0.410;55.000;65.000;0; load15=0.370;60.000;70.000;0; It works. But when I issue the command from th...