Re: [Nagios-devel] Solaris 10: Running nrpe in a non-global

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Solaris 10: Running nrpe in a non-global

Post by Guest »

This is a multi-part message in MIME format.

------_=_NextPart_001_01CA00BF.856BFD22
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Ok, I took out the tcpd wrapper and set tcp_wrappers to false, but same
issue! Here's my inetadm manifest in plaintext:

=20

bash-3.00# inetadm -l svc:/network/nrpe/tcp:default

SCOPE NAME=3DVALUE

name=3D"nrpe"

endpoint_type=3D"stream"

proto=3D"tcp"

isrpc=3DFALSE

wait=3DFALSE

exec=3D"/usr/local/nagios/bin/nrpe -c
/usr/local/nagios/etc/nrpe.cfg -i"

arg0=3D"/usr/local/nagios/bin/nrpe"

user=3D"nagios"

default bind_addr=3D""

default bind_fail_max=3D-1

default bind_fail_interval=3D-1

default max_con_rate=3D-1

default max_copies=3D-1

default con_rate_offline=3D-1

default failrate_cnt=3D40

default failrate_interval=3D60

default inherit_env=3DTRUE

default tcp_trace=3DFALSE

tcp_wrappers=3DFALSE

default connection_backlog=3D10

=20

=20

And here in xml format:

=20







=20



=20



=20



=20







=20















=20









=20













=20















=20



=20







nrpe









=20



=20

=20

=20

Is there something special that needs to go in the SMF def to explicitly
allow SSL?

Thanks!

Justin=20

________________________________

From: Grant Byers [mailto:[email protected]]=20
Sent: Wednesday, July 08, 2009 8:01 PM
To: Nagios Developers List
Subject: Re: [Nagios-devel] Solaris 10: Running nrpe in a non-global
zone

=20

Your exec line is wrong. It should read ;

=20

exec=3D"/usr/local/nagios/bin/nrpe -c
/usr/local/nagios/etc/nrpe.cfg -i"

arg0=3D"/usr/local/nagios/bin/nrpe"

=20

=20

2009/7/9 Justin Amburn

Thanks

...[email truncated]...


This post was automatically imported from historical nagios-devel mailing list archives
Original poster: rant Byers [mailto:[email protected]]=2
Locked