Page 4 of 15
Re: Check Windows Processes
Posted: Mon Jul 01, 2013 1:08 pm
by abrist
ofadl wrote:i ran the ping 10.200.50.76 and didint get a reply
Well, you have a networking problem. Is the nagios server on the same subnet as your workstation?
Re: Check Windows Processes
Posted: Mon Jul 01, 2013 1:21 pm
by ofadl
what do u mean by that?
Re: Check Windows Processes
Posted: Mon Jul 01, 2013 1:30 pm
by abrist
ofadl wrote:0.0.0.0 10.200.40.1 0.0.0.0 UG 100 0 0 eth0
10.200.40.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
Given your subnet mask, you most likely cannot talk to the 10.200.50.x subnet. You will need to contact a sysadmin to get a new route added to the router at 10.200.40.1 to route to the 10.200.50.x subnet. This is not something we can do for you. You will have to resolve the networking issues with your admins.
Re: Check Windows Processes
Posted: Tue Jul 02, 2013 8:33 am
by ofadl
so i just spoke with my boss about the networking issue, and he confirmed its not a problem with the network. We tried :
telnet 10.200.50.176 5666
and it worked fine
Re: Check Windows Processes
Posted: Tue Jul 02, 2013 10:27 am
by slansing
It looks like "10.200.50.76" is the IP we've been trying.. is 10.200.50.176 the actual IP now?
Re: Check Windows Processes
Posted: Tue Jul 02, 2013 10:28 am
by ofadl
oh wow, i am so sorry, that was my mistake.. the ip all along was 10.200.50.176 i apoligze. But even when i try to run a check_nrpe on that server, im getting a socket timeout after 10 seconds for check_nrpe
Re: Check Windows Processes
Posted: Tue Jul 02, 2013 1:13 pm
by sreinhardt
We can try a couple things:
Code: Select all
check_nrpe -H 10.200.50.176 -p 5666 -t 30
Also try an nmap just to be sure from nagios that there are no issues.
Your result should look something like:
Code: Select all
Starting Nmap 5.51 ( http://nmap.org ) at 2013-07-02 13:13 CDT
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000045s latency).
PORT STATE SERVICE
5666/tcp open nrpe
Re: Check Windows Processes
Posted: Tue Jul 02, 2013 1:44 pm
by ofadl
ok i ran the first command, and that increased the timeout to 30 seconds, then ran:
nmap -p 5666 10.200.50.176
and got :
Starting Nmap 5.21 (
http://nmap.org ) at 2013-07-02 14:43 EDT
Nmap scan report for vnadat121.and.comtexnews.net (10.200.50.176)
Host is up (0.00091s latency).
PORT STATE SERVICE
5666/tcp open nrpe
Nmap done: 1 IP address (1 host up) scanned in 0.11 seconds
Re: Check Windows Processes
Posted: Tue Jul 02, 2013 2:30 pm
by sreinhardt
OK so you have definitely confirmed the connection is open and responding. What was returned from the first command, hopefully the remove nrpe servers version?
Re: Check Windows Processes
Posted: Tue Jul 02, 2013 2:41 pm
by ofadl
yes the connection is open and responding. The first command:
check_nrpe -H 10.200.50.176 -p 5666 -t 30
returns as follows:
CHECK_NRPE: Socket timeout after 30 seconds.