<HTML>
<HEAD>
<TITLE>Re: [Nagios-users] NRPE Problems</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Thanks for the feedback Robert. I uncommented the ‘allowed_hosts’ and added the public IP of my Nagios server. Everything seems to be working now.<BR>
<BR>
<BR>
On 3/2/08 2:04 PM, "Robert" <nagios@sysplex.org> wrote:<BR>
<BR>
</SPAN></FONT></FONT><BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi Gregory,<BR>
<BR>
try to find out how the IP Adress of your Client (your nagios-server) is<BR>
mapped (you can use wireshark with filter "port 5666").<BR>
Then edit yout nrpe.cfg and insert this address to allowed_hosts.<BR>
<BR>
rgds<BR>
Robert<BR>
<BR>
On Sun, 02 Mar 2008 08:56:07 -0500, Gregory Wong wrote<BR>
> # ALLOWED HOST ADDRESSES<BR>
> # This is a comma-delimited list of IP address of hosts that are allowed<BR>
> # to talk to the NRPE daemon.<BR>
> #<BR>
> # NOTE: The daemon only does rudimentary checking of the client's IP<BR>
> #       address.<BR>
><BR>
> #allowed_hosts=192.168.0.1<BR>
><BR>
> On 3/2/08 5:37 AM, "Robert Sailer" <robert.sailer@sysplex.org> wrote:<BR>
><BR>
> > Hi Gregroy,<BR>
> ><BR>
> > whats your setting in the nrpe.cfg (on the machine to be monitored) for the<BR>
> > key allowed_hosts?<BR>
> ><BR>
> > rgds<BR>
> > Robert<BR>
> ><BR>
> > On Sun, 02 Mar 2008 01:24:58 -0500, Gregory Wong wrote<BR>
> >> > Hi everyone. I just configured my Nagios box to start monitoring<BR>
> >> > with NRPE. When I run check_nrpe –H 127.0.0.1 it resolves the NRPE<BR>
> >> > version as expected. Since my monitoring server is colocated and I<BR>
> >> > plan to monitor hosts behind firewalls I setup a test server behind<BR>
> >> > my firewall at home for testing purposes.<BR>
> >> ><BR>
> >> > I have TCP/5666 forwarded to the internal IP address of my test<BR>
> >> > server. That same port is also open on my Nagios server as well. I<BR>
> >> > am running NRPE on my Windows server. The version of NRPE running<BR>
> >> > can be found here: <a href="http://tinyurl.com/24o3h3">http://tinyurl.com/24o3h3</a><BR>
> >> ><BR>
> >> > When I run check_nrpe –H <Home IP Address> I get a socket timeout<BR>
> >> > error. I did a netstat on both servers and it looks like there is a<BR>
> > connection.<BR>
> >> ><BR>
> >> >  TCP    gwong-srvr1:5666       gwong-srvr1:0          LISTENING<BR>
> >> >  TCP    gwong-srvr1:netbios-ssn  gwong-srvr1:0          LISTENING<BR>
> >> >  TCP    gwong-srvr1:5666       <Nagios IP>:36422    CLOSE_WAIT<BR>
> >> >  TCP    gwong-srvr1:5666       <Nagios IP>:38766    CLOSE_WAIT<BR>
> >> >  TCP    gwong-srvr1:5666       <Nagios IP>:38907    CLOSE_WAIT<BR>
> >> >  TCP    gwong-srvr1:5666       <Nagios IP>:38909    CLOSE_WAIT<BR>
> >> ><BR>
> >> > root@nagios:~# netstat -at | grep nrpe<BR>
> >> > tcp        0      0 *:nrpe                  *:*                     LISTEN<BR>
> >> > tcp        0      0 <Nagios IP>:38913     <Home IP>:nrpe ESTABLISHED<BR>
> >> > root@nagios:~# netstat -at | grep nrpe<BR>
> >> > tcp        0      0 *:nrpe                  *:*                     LISTEN<BR>
> >> > tcp        0      0 <Nagios IP>:38913     <Home IP>:nrpe FIN_WAIT2<BR>
> >> ><BR>
> >> > Any ideas why this won’t work?<BR>
> >> ><BR>
> >> > Thanks.<BR>
> ><BR>
> ><BR>
> > Gruss<BR>
> > Robert<BR>
<BR>
<BR>
Gruss<BR>
Robert<BR>
</SPAN></FONT></FONT></BLOCKQUOTE>
</BODY>
</HTML>