Error During Demo

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
wellis
Posts: 4
Joined: Wed Nov 18, 2015 11:07 am

Error During Demo

Post 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
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Error During Demo

Post 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
Former Nagios Employee
wellis
Posts: 4
Joined: Wed Nov 18, 2015 11:07 am

Re: Error During Demo

Post by wellis »

No it just hangs when we run that command.
wellis
Posts: 4
Joined: Wed Nov 18, 2015 11:07 am

Re: Error During Demo

Post 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
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Error During Demo

Post by hsmith »

Can you review this document? https://assets.nagios.com/downloads/nag ... utions.pdf There are a lot of solutions in here.
Former Nagios Employee.
me.
Locked