svn commit: r348090 - in head/sysutils: . mcollective-nrpe-agent
Steve Wills
swills at FreeBSD.org
Thu Mar 13 15:47:30 UTC 2014
Author: swills
Date: Thu Mar 13 15:47:29 2014
New Revision: 348090
URL: http://svnweb.freebsd.org/changeset/ports/348090
QAT: https://qat.redports.org/buildarchive/r348090/
Log:
A MCollective NRPE Agent plugin with NRPE Data plugin included
WWW: https://github.com/puppetlabs/mcollective-nrpe-agent
PR: ports/187540
Submitted by: ports at robakdesign.com
Added:
head/sysutils/mcollective-nrpe-agent/
head/sysutils/mcollective-nrpe-agent/Makefile (contents, props changed)
head/sysutils/mcollective-nrpe-agent/distinfo (contents, props changed)
head/sysutils/mcollective-nrpe-agent/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Thu Mar 13 15:44:51 2014 (r348089)
+++ head/sysutils/Makefile Thu Mar 13 15:47:29 2014 (r348090)
@@ -498,6 +498,7 @@
SUBDIR += mbgtools
SUBDIR += mcelog
SUBDIR += mcollective
+ SUBDIR += mcollective-nrpe-agent
SUBDIR += mcron
SUBDIR += mcweject
SUBDIR += mdcp
Added: head/sysutils/mcollective-nrpe-agent/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/mcollective-nrpe-agent/Makefile Thu Mar 13 15:47:29 2014 (r348090)
@@ -0,0 +1,45 @@
+# $FreeBSD$
+
+PORTNAME= mcollective-nrpe-agent
+PORTVERSION= 20130805
+CATEGORIES= sysutils
+
+MAINTAINER= ports at robakdesign.com
+COMMENT= MCollective NRPE agent plugin
+
+RUN_DEPENDS= mcollective>=2:${PORTSDIR}/sysutils/mcollective
+
+USE_GITHUB= yes
+GH_ACCOUNT= puppetlabs
+GH_TAGNAME= ${GH_COMMIT}
+GH_COMMIT= ee29242
+
+PLIST_FILES= share/mcollective/agent/nrpe.ddl \
+ share/mcollective/agent/nrpe.rb \
+ share/mcollective/aggregate/nagios_states.rb \
+ share/mcollective/application/nrpe.rb \
+ share/mcollective/data/nrpe_data.ddl \
+ share/mcollective/data/nrpe_data.rb \
+ sbin/check-mc-nrpe
+PLIST_DIRSTRY= share/mcollective/agent \
+ share/mcollective/aggregate \
+ share/mcollective/application \
+ share/mcollective/data
+
+NO_BUILD= yes
+
+do-install:
+
+.for dir in ${PLIST_DIRSTRY}
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${dir}
+.endfor
+
+ ${INSTALL_DATA} ${WRKSRC}/agent/nrpe.ddl ${STAGEDIR}${PREFIX}/share/mcollective/agent/
+ ${INSTALL_DATA} ${WRKSRC}/agent/nrpe.rb ${STAGEDIR}${PREFIX}/share/mcollective/agent/
+ ${INSTALL_DATA} ${WRKSRC}/aggregate/nagios_states.rb ${STAGEDIR}${PREFIX}/share/mcollective/aggregate/
+ ${INSTALL_DATA} ${WRKSRC}/application/nrpe.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/
+ ${INSTALL_DATA} ${WRKSRC}/data/nrpe_data.ddl ${STAGEDIR}${PREFIX}/share/mcollective/data/
+ ${INSTALL_DATA} ${WRKSRC}/data/nrpe_data.rb ${STAGEDIR}${PREFIX}/share/mcollective/data/
+ ${INSTALL_SCRIPT} ${WRKSRC}/sbin/check-mc-nrpe ${STAGEDIR}${PREFIX}/sbin/
+
+.include <bsd.port.mk>
Added: head/sysutils/mcollective-nrpe-agent/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/mcollective-nrpe-agent/distinfo Thu Mar 13 15:47:29 2014 (r348090)
@@ -0,0 +1,2 @@
+SHA256 (mcollective-nrpe-agent-20130805.tar.gz) = f07998842ce20a1c1807370c3142a58f8eb5319229d61926e503e85bd0f52493
+SIZE (mcollective-nrpe-agent-20130805.tar.gz) = 8647
Added: head/sysutils/mcollective-nrpe-agent/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/mcollective-nrpe-agent/pkg-descr Thu Mar 13 15:47:29 2014 (r348090)
@@ -0,0 +1,3 @@
+A MCollective NRPE Agent plugin with NRPE Data plugin included
+
+WWW: https://github.com/puppetlabs/mcollective-nrpe-agent
More information about the svn-ports-head
mailing list