Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  1 Aug 2002 17:39:05 -0400 (EDT)
From:      Paul Dlug <paul@nerdlabs.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41247: New port: net/nrpe
Message-ID:  <20020801213905.D68DB34E@lugnut.aps.org>

next in thread | raw e-mail | index | archive | help

>Number:         41247
>Category:       ports
>Synopsis:       New port: net/nrpe
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 01 14:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Paul Dlug
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD lugnut.aps.org 4.6-STABLE FreeBSD 4.6-STABLE #20: Mon Jul 29 10:10:28 EDT 2002 root@lugnut.aps.org:/usr/obj/usr/src/sys/LUGNUT i386


	
>Description:
	Daemon to allow Nagios plugins to be executed remotely.
>How-To-Repeat:
	N/A
>Fix:

	

--- nrpe.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	nrpe
#	nrpe/distinfo
#	nrpe/pkg-comment
#	nrpe/pkg-descr
#	nrpe/pkg-plist
#	nrpe/Makefile
#
echo c - nrpe
mkdir -p nrpe > /dev/null 2>&1
echo x - nrpe/distinfo
sed 's/^X//' >nrpe/distinfo << 'END-of-nrpe/distinfo'
XMD5 (nrpe-1.5.tar.gz) = 6f9f696e24fe380839e01fc57e29206b
END-of-nrpe/distinfo
echo x - nrpe/pkg-comment
sed 's/^X//' >nrpe/pkg-comment << 'END-of-nrpe/pkg-comment'
XNagios Remote Plugin Executor
END-of-nrpe/pkg-comment
echo x - nrpe/pkg-descr
sed 's/^X//' >nrpe/pkg-descr << 'END-of-nrpe/pkg-descr'
Xnrpe is used to execute Nagios plugins on remote hosts and report the results
Xto the main Nagios server. From the Nagios homepage:
X
XAllows you to execute "local" plugins (like check_disk, check_procs, etc.) on 
Xremote hosts. The check_nrpe plugin is called from Nagios and actually makes 
Xthe plugin requests to the remote host. Requires that nrpe be running on the 
Xremote host (either as a standalone daemon or as a service under inetd). 
X
XWWW: http://www.nagios.org/
END-of-nrpe/pkg-descr
echo x - nrpe/pkg-plist
sed 's/^X//' >nrpe/pkg-plist << 'END-of-nrpe/pkg-plist'
Xsbin/nrpe
Xetc/nrpe.cfg-sample
END-of-nrpe/pkg-plist
echo x - nrpe/Makefile
sed 's/^X//' >nrpe/Makefile << 'END-of-nrpe/Makefile'
X# New ports collection makefile for:	nrpe
X# Date created:				1 Aug 2002
X# Whom:					Paul Dlug<paul@nerdlabs.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nrpe
XPORTVERSION=	1.5
XPORTREVISION=	0
XCATEGORIES=	net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	nagios
X
XMAINTAINER=	paul@nerdlabs.com
X
XRUN_DEPENDS=    ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net/nagios-plugins
X
XGNU_CONFIGURE=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe
X	${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample
X
X.include <bsd.port.mk>
END-of-nrpe/Makefile
exit
--- nrpe.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020801213905.D68DB34E>