Error message with new host
-
janio.gutierrez
- Posts: 6
- Joined: Fri Sep 04, 2015 7:52 am
Error message with new host
Hello,
We recently set up a new host. The host is on a remote site and we are constantly receiving error messages:
- CRITICAL - 10.3.1.4: rta nan, lost 100%
- CRITICAL - Socket timeout after 10 seconds
We made some search and we apply this solution http://geekpeek.net/socket-timeout-afte ... ds-nagios/
Unfortunately the issue still here. We try to contact Nagios but we don't receive a call back.
Do you have an idea about this issue ?
Thanks
We recently set up a new host. The host is on a remote site and we are constantly receiving error messages:
- CRITICAL - 10.3.1.4: rta nan, lost 100%
- CRITICAL - Socket timeout after 10 seconds
We made some search and we apply this solution http://geekpeek.net/socket-timeout-afte ... ds-nagios/
Unfortunately the issue still here. We try to contact Nagios but we don't receive a call back.
Do you have an idea about this issue ?
Thanks
Re: Error message with new host
Can you provide a bit more information?
- What type of check is this?
- Can you post the service definition?
- What OS and version is the remote system?
Former Nagios employee
Re: Error message with new host
I'd like to add that phone support is not a free service we provide. The general support forums are free, and we monitor them pretty extensively. If you're interested in purchasing phone support, you can contact [email protected].janio.gutierrez wrote:Hello,
We recently set up a new host. The host is on a remote site and we are constantly receiving error messages:
- CRITICAL - 10.3.1.4: rta nan, lost 100%
- CRITICAL - Socket timeout after 10 seconds
We made some search and we apply this solution http://geekpeek.net/socket-timeout-afte ... ds-nagios/
Unfortunately the issue still here. We try to contact Nagios but we don't receive a call back.
Do you have an idea about this issue ?
Thanks
Former Nagios Employee.
me.
me.
-
janio.gutierrez
- Posts: 6
- Joined: Fri Sep 04, 2015 7:52 am
Re: Error message with new host
The server is a Windows Server 2008 R2 (Files server)
You do not have the required permissions to view the files attached to this post.
Re: Error message with new host
Can you please address these two points as well? This is information that will help us figure out whats going on. In addition to what @tmcdonald asked for, can you post the result of a ping test to the host from the nagios server?tmcdonald wrote:Can you provide a bit more information?
- What type of check is this?
- Can you post the service definition?
Former Nagios Employee.
me.
me.
-
janio.gutierrez
- Posts: 6
- Joined: Fri Sep 04, 2015 7:52 am
Re: Error message with new host
Sorry guys i am not very familiar with Nagios.
Can you explain what do you mean by : What type of check is this? and Can you post the service definition?
Can you explain what do you mean by : What type of check is this? and Can you post the service definition?
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: Error message with new host
The reason for this is likely that your windows 2008 host isn't accepting ICMP echoreply.
Run this from an elevated command line on your Windows box.:
Run this from an elevated command line on your Windows box.:
Code: Select all
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow-
janio.gutierrez
- Posts: 6
- Joined: Fri Sep 04, 2015 7:52 am
Re: Error message with new host
@jdalrymple
I run the comand and the issue still here.
I run the comand and the issue still here.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Error message with new host
What happens when you temporarily disable the firewall on the server, does it work?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
janio.gutierrez
- Posts: 6
- Joined: Fri Sep 04, 2015 7:52 am
Re: Error message with new host
@Box293Box293 wrote:What happens when you temporarily disable the firewall on the server, does it work?
The firewall is already disable on this server.
He is the only remote server we monitor (and only one having this issue)