"Connection refused by host" means literally what it says. The client (nrpe), attempted to connect to the host (nagios listener) and the host rejected the attempt.
This can happen for 2 primary reasons:
1. There's nothing listening on the host port - the nrpe server isn't running either as a daemon or under the (x)inetd super-server.
2. There's a firewall blocking access to the host port.
Linux firewalls would normally be blocking the nrpe port by default, so if the nrpe server is functioning, it's probably the firewall.
One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
Santosh Kumar Balasubramani
Greenhorn
Joined: Jun 21, 2011
Posts: 12
posted
0
Hi Tim,
Linux firewalls would normally be blocking the nrpe port by default. How would i know that Linux firewall is blocking the nrpe port..?
Is there any way that i will overcome from this issue.