summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-01-03 02:49:08 +0000
committeredwin <edwin@FreeBSD.org>2003-01-03 02:49:08 +0000
commit146cd2868369e08fb7464efe8567590a16bc5d52 (patch)
treec7b86e9858078c12a61e5333a975be1b4d954289 /net-mgmt
parentba3752d06f19ca6ce26bbb7735531141e1e0da4c (diff)
downloadFreeBSD-ports-146cd2868369e08fb7464efe8567590a16bc5d52.zip
FreeBSD-ports-146cd2868369e08fb7464efe8567590a16bc5d52.tar.gz
New port: net/nrpe
Daemon to allow Nagios plugins to be executed remotely. PR: ports/41247 Submitted by: Paul Dlug <paul@nerdlabs.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nrpe/Makefile25
-rw-r--r--net-mgmt/nrpe/distinfo1
-rw-r--r--net-mgmt/nrpe/pkg-comment1
-rw-r--r--net-mgmt/nrpe/pkg-descr9
-rw-r--r--net-mgmt/nrpe/pkg-plist2
-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
10 files changed, 76 insertions, 0 deletions
diff --git a/net-mgmt/nrpe/Makefile b/net-mgmt/nrpe/Makefile
new file mode 100644
index 0000000..764aa79
--- /dev/null
+++ b/net-mgmt/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-mgmt/nrpe/distinfo b/net-mgmt/nrpe/distinfo
new file mode 100644
index 0000000..263e78c
--- /dev/null
+++ b/net-mgmt/nrpe/distinfo
@@ -0,0 +1 @@
+MD5 (nrpe-1.5.tar.gz) = 6f9f696e24fe380839e01fc57e29206b
diff --git a/net-mgmt/nrpe/pkg-comment b/net-mgmt/nrpe/pkg-comment
new file mode 100644
index 0000000..22b62fa
--- /dev/null
+++ b/net-mgmt/nrpe/pkg-comment
@@ -0,0 +1 @@
+Nagios Remote Plugin Executor
diff --git a/net-mgmt/nrpe/pkg-descr b/net-mgmt/nrpe/pkg-descr
new file mode 100644
index 0000000..ad2d2a4
--- /dev/null
+++ b/net-mgmt/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-mgmt/nrpe/pkg-plist b/net-mgmt/nrpe/pkg-plist
new file mode 100644
index 0000000..22b85e6
--- /dev/null
+++ b/net-mgmt/nrpe/pkg-plist
@@ -0,0 +1,2 @@
+sbin/nrpe
+etc/nrpe.cfg-sample
diff --git a/net-mgmt/nrpe2/Makefile b/net-mgmt/nrpe2/Makefile
new file mode 100644
index 0000000..764aa79
--- /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 0000000..263e78c
--- /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 0000000..22b62fa
--- /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 0000000..ad2d2a4
--- /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 0000000..22b85e6
--- /dev/null
+++ b/net-mgmt/nrpe2/pkg-plist
@@ -0,0 +1,2 @@
+sbin/nrpe
+etc/nrpe.cfg-sample
OpenPOWER on IntegriCloud