Page 1 of 1
CHECK_NRPE: Socket timeout after 60 seconds.
Posted: Mon Apr 20, 2015 1:04 pm
by gdolidze
I am trying to setup a nagios test server
I already have a master nagios server running and trying to get another server up to monitor the same clients but i keep getting
CHECK_NRPE: Socket timeout after 60 seconds.
I checked the firewall and the ports, anyone know how to fix this issue.
Re: CHECK_NRPE: Socket timeout after 60 seconds.
Posted: Mon Apr 20, 2015 1:07 pm
by abrist
Have you referred to the NRPE troubleshooting document for this error yet (section IV)?
http://assets.nagios.com/downloads/nagi ... utions.pdf
Re: CHECK_NRPE: Socket timeout after 60 seconds.
Posted: Mon Apr 20, 2015 1:09 pm
by gdolidze
Ya I looked at that document.
on the main nagios server all services are running fine
On the test server all the service get the timeout.
Also the localhost is fine, the clients that i am trying to monitor on both server that are giving me the issue.
could there be some kind of conflict.
Re: CHECK_NRPE: Socket timeout after 60 seconds.
Posted: Mon Apr 20, 2015 1:18 pm
by gdolidze
# default: on
n
# description: NRPE (Nagios Remote Plugin Executor)
service nrpe
{
flags = REUSE
socket_type = stream
port = 5666
wait = no
user = nagios
group = nagios
server = /usr/local/nagios/bin/nrpe
server_args = -c /usr/local/nagios/etc/nrpe.cfg --inetd
log_on_failure += USERID
disable = no
only_from =
}
What can the client have that blocks the test server but not the main on?
Re: CHECK_NRPE: Socket timeout after 60 seconds.
Posted: Mon Apr 20, 2015 1:40 pm
by gdolidze
Solved it The servers were on Different LANs and the had to enable port for it.