Re: [Nagios-users] NRPE Problems

2008-03-02 Thread Gregory Wong
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. On 3/2/08 2:04 PM, "Robert" <[EMAIL PROTECTED]> wrote: > Hi Gregory, > > try to find out how the IP Adress of your Client (your nagios-server) is >

Re: [Nagios-users] NRPE Problems

2008-03-02 Thread Robert
Hi Gregory, try to find out how the IP Adress of your Client (your nagios-server) is mapped (you can use wireshark with filter "port 5666"). Then edit yout nrpe.cfg and insert this address to allowed_hosts. rgds Robert On Sun, 02 Mar 2008 08:56:07 -0500, Gregory Wong wrote > # ALLOWED HOST ADDR

Re: [Nagios-users] NRPE Problems

2008-03-02 Thread Gregory Wong
# ALLOWED HOST ADDRESSES # This is a comma-delimited list of IP address of hosts that are allowed # to talk to the NRPE daemon. # # NOTE: The daemon only does rudimentary checking of the client's IP # address. #allowed_hosts=192.168.0.1 On 3/2/08 5:37 AM, "Robert Sailer" <[EMAIL PROTECTED]>

Re: [Nagios-users] NRPE Problems

2008-03-02 Thread Robert
Hi Gregroy, whats your setting in the nrpe.cfg (on the machine to be monitored) for the key allowed_hosts? rgds Robert On Sun, 02 Mar 2008 01:24:58 -0500, Gregory Wong wrote > Hi everyone. I just configured my Nagios box to start monitoring > with NRPE. When I run check_nrpe ­H 127.0.0.1 it r

Re: [Nagios-users] NRPE problems

2008-01-25 Thread Patrick Morris
On Fri, 25 Jan 2008, Jesse Gross wrote: > I have successfully installed nagios, nsclient and nrpe multiple times. > However, the most recent installation of NRPE is not working. I am running > Ubuntu 7.10 and have verified that it is fully updated and all needed libs > are installed. After comp