We are receiving the following error on a few of our servers below, lost connection to our Nagios software.
"connection to address 10.10.x.xx and port 12489, no route to host."
Tried stopping and restarting the service, and still won't connect.
Thanks!
No route to host
Re: No route to host
Can you ping said servers(from the Nagios servers command line)? It sounds like you are having network issues.
Former Nagios Employee.
me.
me.
Re: No route to host
Since "no route to host" is definitely a network issue, additional information will be required. Please attach the output of the following commands, typed from your Nagios server:
That last one should be the IP address of the target machine you listed in your original post.
Code: Select all
netstat -nr
ifconfig -a
traceroute 10.10.x.xx
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
-
MNcomputer
- Posts: 38
- Joined: Wed Aug 12, 2015 8:56 am
Re: No route to host
Thank you, we have it figured out, was network issues, wasn't assigned the correct static IP, please close ticket.
Re: No route to host
Ah, the joys of IPs' changing on their own! It's good to see this is resolved. I will now close this thread out, but feel free to open another if you ever need more assistance.
Former Nagios Employee