Socket timeout after 10 second
Socket timeout after 10 second
Hi,
I've just watched the video : "Nagios: Windows Server Monitoring. Monitoring Windows Servers with the Windows Server Wizard"
on Youtube and I tried to do the same with my PC.
Unfortunately I've got an critical status for all services (eccept ping) : "CRITICAL - Socket timeout after 10 seconds".
How can I solve this issue please (and thank you ) ?
I've just watched the video : "Nagios: Windows Server Monitoring. Monitoring Windows Servers with the Windows Server Wizard"
on Youtube and I tried to do the same with my PC.
Unfortunately I've got an critical status for all services (eccept ping) : "CRITICAL - Socket timeout after 10 seconds".
How can I solve this issue please (and thank you ) ?
You do not have the required permissions to view the files attached to this post.
-
bolson
Re: Socket timeout after 10 second
Run the following from a command line on your XI server
Replacing <remoteip with the IP address of your Windows host and post the result.
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H <remote_ip>-
bolson
Re: Socket timeout after 10 second
Please confirm that nrpe is running on the remote machine:
Also, post the result of this command:
Thank you.
Code: Select all
netstat -at |grep nrpeCode: Select all
cat /etc/xinetd.d/nrpe-
bolson
Re: Socket timeout after 10 second
Also, please reply to the existing topic rather than starting a new topic. Thank you!
Re: Socket timeout after 10 second
Hi,
I've tried the netstat command on the nagios server , you can see below the result.
I've also tried the netstat command on the Windows machine but the "grep" command is unknown.
P.s : In my first answer and now I've just replied to the existng topic
I've tried the netstat command on the nagios server , you can see below the result.
I've also tried the netstat command on the Windows machine but the "grep" command is unknown.
P.s : In my first answer and now I've just replied to the existng topic
You do not have the required permissions to view the files attached to this post.
-
bolson
Re: Socket timeout after 10 second
As a troubleshooting test, run the following command replacing <ip_address> with the IP address of the remote host.
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H <remote_ip> -t 60
Re: Socket timeout after 10 second
The command :
The result :
I forgot to tell but I think it may be useful, I use the nagios appliance.
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H <remote_ip> -t 60Code: Select all
CHECK_NRPE : Socket timout after 60 seconds-
bolson
Re: Socket timeout after 10 second
From a command prompt on the host that you're monitoring, type:
And post the result.
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H localhostRe: Socket timeout after 10 second
Hi, I can't, I'is a Windows host.Code: Select all
/usr/local/nagios/libexec/check_nrpe -H localhost
-
bolson
Re: Socket timeout after 10 second
Just to verify that this isn't a Windows Firewall issue, from the Nagios server, run the following command:
Replacing <remote_ip> with the IP address of your Windows host.
And post the result.
Code: Select all
telnet <remote_ip> 5666And post the result.