From 764ae5c3a5f3d0bbd8d9843d203de230c0a8d711 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 3 Jan 2003 02:49:08 +0000 Subject: New port: net/nrpe Daemon to allow Nagios plugins to be executed remotely. PR: ports/41247 Submitted by: Paul Dlug --- net-mgmt/nrpe2/Makefile | 25 +++++++++++++++++++++++++ net-mgmt/nrpe2/distinfo | 1 + net-mgmt/nrpe2/pkg-comment | 1 + net-mgmt/nrpe2/pkg-descr | 9 +++++++++ net-mgmt/nrpe2/pkg-plist | 2 ++ 5 files changed, 38 insertions(+) create mode 100644 net-mgmt/nrpe2/Makefile create mode 100644 net-mgmt/nrpe2/distinfo create mode 100644 net-mgmt/nrpe2/pkg-comment create mode 100644 net-mgmt/nrpe2/pkg-descr create mode 100644 net-mgmt/nrpe2/pkg-plist (limited to 'net-mgmt/nrpe2') diff --git a/net-mgmt/nrpe2/Makefile b/net-mgmt/nrpe2/Makefile new file mode 100644 index 000000000000..764aa7996ebb --- /dev/null +++ b/net-mgmt/nrpe2/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: nrpe +# Date created: 1 Aug 2002 +# Whom: Paul Dlug +# +# $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 diff --git a/net-mgmt/nrpe2/distinfo b/net-mgmt/nrpe2/distinfo new file mode 100644 index 000000000000..263e78cf6569 --- /dev/null +++ b/net-mgmt/nrpe2/distinfo @@ -0,0 +1 @@ +MD5 (nrpe-1.5.tar.gz) = 6f9f696e24fe380839e01fc57e29206b diff --git a/net-mgmt/nrpe2/pkg-comment b/net-mgmt/nrpe2/pkg-comment new file mode 100644 index 000000000000..22b62fa3d763 --- /dev/null +++ b/net-mgmt/nrpe2/pkg-comment @@ -0,0 +1 @@ +Nagios Remote Plugin Executor diff --git a/net-mgmt/nrpe2/pkg-descr b/net-mgmt/nrpe2/pkg-descr new file mode 100644 index 000000000000..ad2d2a4cee3f --- /dev/null +++ b/net-mgmt/nrpe2/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-mgmt/nrpe2/pkg-plist b/net-mgmt/nrpe2/pkg-plist new file mode 100644 index 000000000000..22b85e670342 --- /dev/null +++ b/net-mgmt/nrpe2/pkg-plist @@ -0,0 +1,2 @@ +sbin/nrpe +etc/nrpe.cfg-sample -- cgit v1.2.3