diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-03 02:49:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-03 02:49:08 +0000 |
commit | 764ae5c3a5f3d0bbd8d9843d203de230c0a8d711 (patch) | |
tree | 333b64f7442cdef7bee84e69da5ad7366faaf5ca /net/nrpe | |
parent | ead3c9a643d2764145eb972356a7c0cee3894601 (diff) | |
download | ports-764ae5c3a5f3d0bbd8d9843d203de230c0a8d711.tar.gz ports-764ae5c3a5f3d0bbd8d9843d203de230c0a8d711.zip |
Notes
Diffstat (limited to 'net/nrpe')
-rw-r--r-- | net/nrpe/Makefile | 25 | ||||
-rw-r--r-- | net/nrpe/distinfo | 1 | ||||
-rw-r--r-- | net/nrpe/pkg-comment | 1 | ||||
-rw-r--r-- | net/nrpe/pkg-descr | 9 | ||||
-rw-r--r-- | net/nrpe/pkg-plist | 2 |
5 files changed, 38 insertions, 0 deletions
diff --git a/net/nrpe/Makefile b/net/nrpe/Makefile new file mode 100644 index 000000000000..764aa7996ebb --- /dev/null +++ b/net/nrpe/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: nrpe +# Date created: 1 Aug 2002 +# Whom: Paul Dlug<paul@nerdlabs.com> +# +# $FreeBSD$ +# + +PORTNAME= nrpe +PORTVERSION= 1.5 +PORTREVISION= 0 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= nagios + +MAINTAINER= paul@nerdlabs.com + +RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net/nagios-plugins + +GNU_CONFIGURE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe + ${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample + +.include <bsd.port.mk> diff --git a/net/nrpe/distinfo b/net/nrpe/distinfo new file mode 100644 index 000000000000..263e78cf6569 --- /dev/null +++ b/net/nrpe/distinfo @@ -0,0 +1 @@ +MD5 (nrpe-1.5.tar.gz) = 6f9f696e24fe380839e01fc57e29206b diff --git a/net/nrpe/pkg-comment b/net/nrpe/pkg-comment new file mode 100644 index 000000000000..22b62fa3d763 --- /dev/null +++ b/net/nrpe/pkg-comment @@ -0,0 +1 @@ +Nagios Remote Plugin Executor diff --git a/net/nrpe/pkg-descr b/net/nrpe/pkg-descr new file mode 100644 index 000000000000..ad2d2a4cee3f --- /dev/null +++ b/net/nrpe/pkg-descr @@ -0,0 +1,9 @@ +nrpe is used to execute Nagios plugins on remote hosts and report the results +to the main Nagios server. From the Nagios homepage: + +Allows you to execute "local" plugins (like check_disk, check_procs, etc.) on +remote hosts. The check_nrpe plugin is called from Nagios and actually makes +the plugin requests to the remote host. Requires that nrpe be running on the +remote host (either as a standalone daemon or as a service under inetd). + +WWW: http://www.nagios.org/ diff --git a/net/nrpe/pkg-plist b/net/nrpe/pkg-plist new file mode 100644 index 000000000000..22b85e670342 --- /dev/null +++ b/net/nrpe/pkg-plist @@ -0,0 +1,2 @@ +sbin/nrpe +etc/nrpe.cfg-sample |