Page 2 of 3

Re: CHECK_NRPE: Socket timeout after 30 seconds

Posted: Tue Mar 08, 2016 1:09 am
by miyappan
hsmith wrote:Can you please try the following?

On the Nagios server:

Code: Select all

yum -y install telnet
telnet 192.168.100.21 5666
telnet 192.168.100.21 5666
Trying 192.168.100.21...
telnet: connect to address 192.168.100.21: Connection timed out

Re: CHECK_NRPE: Socket timeout after 30 seconds

Posted: Tue Mar 08, 2016 1:10 am
by miyappan
telnet 192.168.100.21 5666
Trying 192.168.100.21...
telnet: connect to address 192.168.100.21: Connection timed out

Re: CHECK_NRPE: Socket timeout after 30 seconds

Posted: Tue Mar 08, 2016 1:11 am
by miyappan
hsmith wrote:Can you please try the following?

On the Nagios server:

Code: Select all

yum -y install telnet
telnet 192.168.100.21 5666
telnet 192.168.100.21 5666
Trying 192.168.100.21...
telnet: connect to address 192.168.100.21: Connection timed out

Re: CHECK_NRPE: Socket timeout after 30 seconds

Posted: Tue Mar 08, 2016 1:14 am
by miyappan
telnet 192.168.100.21 5666
Trying 192.168.100.21...
telnet: connect to address 192.168.100.21: Connection timed out

Re: CHECK_NRPE: Socket timeout after 30 seconds

Posted: Tue Mar 08, 2016 7:08 am
by miyappan
hsmith wrote:Can you please try the following?

On the Nagios server:

Code: Select all

yum -y install telnet
telnet 192.168.100.21 5666
[root@AIPL-CHE-NAGIOS ~]# telnet 192.168.100.21 5666
Trying 192.168.100.21...
Connected to 192.168.100.21.
Escape character is '^]'.
Connection closed by foreign host.
[root@AIPL-CHE-NAGIOS ~]# telnet 192.168.100.21 5666
Trying 192.168.100.21...
Connected to 192.168.100.21.
Escape character is '^]'.

we have allowed 5666 port after that telnet its happening from Server Side above are the output.now i am getting check_disk: Could not parse arguments error.please find the attachment.

Re: CHECK_NRPE: Socket timeout after 30 seconds

Posted: Tue Mar 08, 2016 7:10 am
by miyappan
miyappan wrote:
hsmith wrote:Can you please try the following?

On the Nagios server:

Code: Select all

yum -y install telnet
telnet 192.168.100.21 5666
[root@AIPL-CHE-NAGIOS ~]# telnet 192.168.100.21 5666
Trying 192.168.100.21...
Connected to 192.168.100.21.
Escape character is '^]'.
Connection closed by foreign host.
[root@AIPL-CHE-NAGIOS ~]# telnet 192.168.100.21 5666
Trying 192.168.100.21...
Connected to 192.168.100.21.
Escape character is '^]'.

we have allowed 5666 port after that telnet its happening from Server Side above are the output.now i am getting check_disk: Could not parse arguments error.please find the attachment.

Re: CHECK_NRPE: Socket timeout after 30 seconds

Posted: Tue Mar 08, 2016 7:11 am
by miyappan
[root@AIPL-CHE-NAGIOS ~]# telnet 192.168.100.21 5666
Trying 192.168.100.21...
Connected to 192.168.100.21.
Escape character is '^]'.
Connection closed by foreign host.
[root@AIPL-CHE-NAGIOS ~]# telnet 192.168.100.21 5666
Trying 192.168.100.21...
Connected to 192.168.100.21.
Escape character is '^]'.

we have allowed 5666 port after that telnet its happening from Server Side above are the output.now i am getting check_disk: Could not parse arguments error.please find the attachment.

Re: CHECK_NRPE: Socket timeout after 30 seconds

Posted: Tue Mar 08, 2016 12:39 pm
by tgriep
Take a look at the NRPE Troubleshooting guide for any help you need in the issue you are having.
https://assets.nagios.com/downloads/nag ... utions.pdf

With the error that you posted, it looks like you need to enable Arguments to be passed to the NRPE Agent.
It you edit the nrpe.cfg file on the remote host and change the following line from

Code: Select all

dont_blame_nrpe=0
to

Code: Select all

dont_blame_nrpe=1
Save the file and restart the NRPE agent, that should help out on the issue you are seeing.

If now, we will need to see the config files for the services you are having issues with from the Nagios system.
If you can post them, that will help.

Re: CHECK_NRPE: Socket timeout after 30 seconds

Posted: Thu Mar 10, 2016 7:58 am
by miyappan
tgriep wrote:Take a look at the NRPE Troubleshooting guide for any help you need in the issue you are having.
https://assets.nagios.com/downloads/nag ... utions.pdf

With the error that you posted, it looks like you need to enable Arguments to be passed to the NRPE Agent.
It you edit the nrpe.cfg file on the remote host and change the following line from

Code: Select all

dont_blame_nrpe=0
to

Code: Select all

dont_blame_nrpe=1
Save the file and restart the NRPE agent, that should help out on the issue you are seeing.

If now, we will need to see the config files for the services you are having issues with from the Nagios system.
If you can post them, that will help.
hi ,

Now server and client communication happening successfully .
how to configure email alert notification in nagios server kindly help me on this.

Re: CHECK_NRPE: Socket timeout after 30 seconds

Posted: Thu Mar 10, 2016 7:59 am
by miyappan
hi ,

Now server and client communication happening successfully .
how to configure email alert notification in nagios server kindly help me on this.