NRPE Problems

Carroll, Jim P [Contractor] jcarro10 at sprintspectrum.com
Tue Nov 12 22:21:54 CET 2002


man xinetd.conf
 
under 'EXAMPLE'
 
But I see your point.  Nagios documentation is replete with descriptions and
definitions, but a little light on 'real world' examples.
 
If you feel this was a show-stopper for you, perhaps you could write up a
problem/resolution or HOWTO for it and add it to the FAQ on www.nagios.org
<http://www.nagios.org> .  I'm sure Ethan would welcome your efforts.
 
jc
-----Original Message-----
From: Gerald Wichmann [mailto:gwichman at zantaz.com]
Sent: Tuesday, November 12, 2002 3:17 PM
To: Carroll, Jim P [Contractor]; nagios-users at lists.sourceforge.net
Subject: RE: NRPE Problems


Yes I know however it's not clear whether they want just the path, or the
FULL path (i.e. including the executable and cfg file). It doesn't clarify
below nor does it show an example of how it's used.
 
Gerald Wichmann
Senior Systems Development Engineer
Zantaz, Inc.
925.598.3099 (w)
 
-----Original Message-----
From: Carroll, Jim P [Contractor] [mailto:jcarro10 at sprintspectrum.com]
Sent: Tuesday, November 12, 2002 12:31 PM
To: Gerald Wichmann; nagios-users at lists.sourceforge.net
Subject: RE: NRPE Problems
 
You mean the nrpe file used by xinetd, right?
 
There actually is a sample xinetd.d/nrpe file included in the README:
 
[quote]
        # default: on
        # description: NRPE
        service nrpe
        {
                flags           = REUSE
                socket_type     = stream
                wait            = no
                user            = <user>
                server          = <nrpebin>
                server_args     = -i <nrpecfg>
                log_on_failure  += USERID
                disable         = no
                only_from       = <ipaddress1> <ipaddress2> ...
        }
   - Replace <user> with the name of the user that the nrpe server should
run as.
   - Replace <nrpebin> with the path to the nrpe binary on your system.
   - Replace <nrpecfg> with the path to the nrpe config file on your system.
   - Replace the <ipaddress> fields with the IP addresses of hosts which
     are allowed to connect to the NRPE daemon.  This only works if xinetd
was
     compiled with support for wrappers.
[end quote]
 
jc
 


This e-mail has been captured and archived by the ZANTAZ Digital Safe(tm)
service. For more information, visit us at www.zantaz.com. 
IMPORTANT: This electronic mail message is intended only for the use of the
individual or entity to which it is addressed and may contain information
that is privileged, confidential or exempt from disclosure under applicable
law. If the reader of this message is not the intended recipient, or the
employee or agent responsible for delivering this message to the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited. If you have received
this communication in error, please notify the sender immediately by
telephone or directly reply to the original message(s) sent. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20021112/340865a3/attachment.html>


More information about the Users mailing list