Page 1 of 1

Error During Demo

Posted: Thu Dec 17, 2015 11:27 am
by wellis
We have a linux client that will ping to the manager and the manager will ping to it. All services are started and 5666 is open on the firewall. All IP's on both sides are whitelabled. The manager IP is added to the xindetd config file and xinetd is running.

When we run a check_nrpe from the client server it times out
CHECK_NRPE: Socket timeout after 10 second

On the manager side the ping is green but everything else is yellow
CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages.

Not sure what to do next... Can someone give us some ideas?

Thanks

Re: Error During Demo

Posted: Thu Dec 17, 2015 11:34 am
by rkennedy
From the nagios machine, can you run nmap clientip to test the connectivity?

Do you get a response if you run the following? ./check_nrpe -H clientip -t 60

Re: Error During Demo

Posted: Thu Dec 17, 2015 1:37 pm
by wellis
No it just hangs when we run that command.

Re: Error During Demo

Posted: Thu Dec 17, 2015 1:45 pm
by wellis
nmap from the manager to the client gives this

Host is up (0.11s latency).
Not shown: 989 closed ports
PORT STATE SERVICE
19/tcp filtered chargen
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
53/tcp open domain
80/tcp open http
443/tcp open https
465/tcp open smtps
587/tcp open submission
3306/tcp open mysql
5666/tcp open nrpe

Nmap done: 1 IP address (1 host up) scanned in 32.71 seconds

Re: Error During Demo

Posted: Thu Dec 17, 2015 1:54 pm
by hsmith
Can you review this document? https://assets.nagios.com/downloads/nag ... utions.pdf There are a lot of solutions in here.