Socket Timeout after 10 seconds

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
veera1592
Posts: 4
Joined: Wed Mar 13, 2019 6:58 am

Socket Timeout after 10 seconds

Post by veera1592 »

I am monitoring my ports, those are listening on my server.


I am just monitoring port, if this site would go down, port would not be in listening state, but as start port monitoring, all my ports are monitoring, but few ports are giving following URl.

CRITICAL - Socket timeout after 10 seconds
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Socket Timeout after 10 seconds

Post by benjaminsmith »

Hi @veera1592,

What type of agent/check command are you using for this service? Can you post the entire check command for us to review? You can go to Configure > CCM > Service >Run Check Command to see the check command and its arguments.

Also, verify the remote hosts ports, by running the following from the Nagios XI server and post the output:

Code: Select all

nmap <ip address of host>
Thank you.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
veera1592
Posts: 4
Joined: Wed Mar 13, 2019 6:58 am

Re: Socket Timeout after 10 seconds

Post by veera1592 »

I Have run this command, and please find the output in the attachement
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Socket Timeout after 10 seconds

Post by benjaminsmith »

Hi @veera1592,

Thanks for posting that, it looks like you are using NRPE. You may need to increase the timeout settings on this check due to a slow network.

1. First, let's make sure NRPE is running on the remote host.

Code: Select all

service xinetd status
ps -aef | grep nrpe
2. If that's working, follow the instructions in the link below to increase the timeout settings in the following guide and let me know if this resolves the issue.

NRPE - CHECK_NRPE: Socket Timeout After n Seconds
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
veera1592
Posts: 4
Joined: Wed Mar 13, 2019 6:58 am

Re: Socket Timeout after 10 seconds

Post by veera1592 »

Hello ,

I just wanted to know , why some hosts are showing Unhandled.. Please refer the IMAGE attached
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Socket Timeout after 10 seconds

Post by scottwilkerson »

Unhanded means they are in a non-OK state and you have not acknowledged them yet.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
veera1592
Posts: 4
Joined: Wed Mar 13, 2019 6:58 am

Re: Socket Timeout after 10 seconds

Post by veera1592 »

Any steps to be followed, to clear that.. I have tried to acknowledge the same, but unable to succeeded. could you guide me to clear that.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Socket Timeout after 10 seconds

Post by scottwilkerson »

veera1592 wrote:Any steps to be followed, to clear that.. I have tried to acknowledge the same, but unable to succeeded. could you guide me to clear that.
I would click on the Unhandled link to see which items are unhandled. and then look through them to see what error you are receiving
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked