Connection refused by host

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Connection refused by host

Post by jsmurphy »

You're allowed hosts should be in the format of:
allowed_hosts=127.0.0.1,<Server IP>
Instead of:
allowed_hosts=127.0.0.1 <Server IP>
The comma is important :), restart NRPE and things should be good.
User avatar
inventsekar
Posts: 37
Joined: Fri Jul 20, 2012 11:29 am

Re: Connection refused by host

Post by inventsekar »

When we get a connection refused by host, we should check telnet at the port 5666 to check whether its connecting...

Code: Select all

telnet <remote-host> 5666
Somebody correct if i am wrong... thanks...
Locked