summaryrefslogtreecommitdiff
path: root/net-mgmt/nrpe2
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-03 02:49:08 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-03 02:49:08 +0000
commit764ae5c3a5f3d0bbd8d9843d203de230c0a8d711 (patch)
tree333b64f7442cdef7bee84e69da5ad7366faaf5ca /net-mgmt/nrpe2
parentfix -current build error (diff)
New port: net/nrpe
Daemon to allow Nagios plugins to be executed remotely. PR: ports/41247 Submitted by: Paul Dlug <paul@nerdlabs.com>
Notes
Notes: svn path=/head/; revision=72324
Diffstat (limited to 'net-mgmt/nrpe2')
-rw-r--r--net-mgmt/nrpe2/Makefile25
-rw-r--r--net-mgmt/nrpe2/distinfo1
-rw-r--r--net-mgmt/nrpe2/pkg-comment1
-rw-r--r--net-mgmt/nrpe2/pkg-descr9
-rw-r--r--net-mgmt/nrpe2/pkg-plist2
5 files changed, 38 insertions, 0 deletions
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<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-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