NRPE client on nagiosxi server

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
mroter
Posts: 80
Joined: Sun Apr 29, 2012 12:43 pm

Re: NRPE client on nagiosxi server

Post 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
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NRPE client on nagiosxi server

Post by slansing »

Awesome, thanks for letting us know how you fixed the issue.
Locked