diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-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 |
6 files changed, 39 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 8176202..a4aa43a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -320,6 +320,7 @@ SUBDIR += nload SUBDIR += nocol SUBDIR += noip + SUBDIR += nrpe SUBDIR += ns SUBDIR += nsc SUBDIR += nsd diff --git a/net/nrpe/Makefile b/net/nrpe/Makefile new file mode 100644 index 0000000..764aa79 --- /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 0000000..263e78c --- /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 0000000..22b62fa --- /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 0000000..ad2d2a4 --- /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 0000000..22b85e6 --- /dev/null +++ b/net/nrpe/pkg-plist @@ -0,0 +1,2 @@ +sbin/nrpe +etc/nrpe.cfg-sample |