Re: [Nagios-users] NRPE agent on linux issue after reboot ...

2008-01-10 Thread Justin Hennessy
Hey there Hugo, I can't believe I didn't check that, I was so fixated on the bottom of the chkconfig --list output (saying that NRPE was "on") that I forgot to check the actually services. Thanks heaps!! Justin Hugo van der Kooij wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ju

Re: [Nagios-users] NRPE agent on linux issue after reboot ...

2008-01-09 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justin Hennessy wrote: | Hi All, | | I am having an issue with the NRPE agent on linux servers (happens on | all flavours I have tried). | | I am using TCP Wrappers to implement it. When the server is rebooted the | port for NRPE (5666) isn't available

Re: [Nagios-users] NRPE agent on linux issue after reboot ...

2008-01-09 Thread Mad Unix
Check iptables ACCEPT tcp -- anywhere anywherestate NEW tcp dpt:nrpe Check netstat -- [EMAIL PROTECTED] libexec]# netstat -at | grep nrpe tcp0 0 *:nrpe *:* LISTEN On 1/10/08, Mad Unix <[EMAIL PROTECTED]> wrote: > > try to

Re: [Nagios-users] NRPE agent on linux issue after reboot ...

2008-01-09 Thread Mad Unix
try to reconfugure the xinetd service, my cat /etc/xinetd.d/nrpe # default: on # description: NRPE (Nagios Remote Plugin Executor) service nrpe { flags = REUSE socket_type = stream port= 5666 wait= no user=

[Nagios-users] NRPE agent on linux issue after reboot ...

2008-01-09 Thread Justin Hennessy
Hi All, I am having an issue with the NRPE agent on linux servers (happens on all flavours I have tried). I am using TCP Wrappers to implement it. When the server is rebooted the port for NRPE (5666) isn't available until I manually restart it. Here is the config I am using for the nrpe xinetd f