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
-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
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
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=
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