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.
CHECK_NRPE: Socket timeout after 60 seconds.
Re: CHECK_NRPE: Socket timeout after 60 seconds.
Have you referred to the NRPE troubleshooting document for this error yet (section IV)?
http://assets.nagios.com/downloads/nagi ... utions.pdf
http://assets.nagios.com/downloads/nagi ... utions.pdf
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: CHECK_NRPE: Socket timeout after 60 seconds.
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.
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.
# 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?
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?
Last edited by gdolidze on Mon Apr 20, 2015 1:40 pm, edited 1 time in total.
Re: CHECK_NRPE: Socket timeout after 60 seconds.
Solved it The servers were on Different LANs and the had to enable port for it.