Page 2 of 2

Re: NRPE client on nagiosxi server

Posted: Sun Feb 10, 2013 2:05 am
by mroter
Issue was resolved.
Needed a space between IP address of "allowed-hosts" in the /etc/xinetd/nrpe and the server IP instead of 127.0.0.1
Once this was done telnet to 5666 was working locally and from there we understand we need to fix the iptables:

Code: Select all

ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:nrpe state NEW

Re: NRPE client on nagiosxi server

Posted: Mon Feb 11, 2013 11:23 am
by slansing
Awesome, thanks for letting us know how you fixed the issue.