freebsd-ports/net-mgmt/rubygem-riemann-rabbitmq/Makefile
Dave Cottlehuber 059320610e net-mgmt/rubygem-riemann-*: new ports for the riemann.io suite
Riemann [net-mgmt/riemann] is a streaming event monitoring system
designed for monitoring distributed systems in real time.

This commit introduces the following gems:

- rubygem-riemann-client
- rubygem-riemann-dash
- rubygem-riemann-rabbitmq
- rubygem-riemann-tail
- rubygem-riemann-tools

Which allows connecting to riemann, to set & query events and the index,
to view event status in real-time, whether as a dashboard of events, or
as a classic tail in the terminal. An additional comprehensive set of
integrations for popular tools such as Varnish, Haproxy, nginx,
RabbitMQ, and more, are included in the riemann-tools gem.

More information about Riemann in general is at https://riemann.io/

Reviewed by:	romain
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D17710
2019-05-24 07:18:19 +00:00

37 lines
787 B
Makefile

# $FreeBSD$
PORTNAME= riemann-rabbitmq
DISTVERSION= 0.1.3
CATEGORIES= net-mgmt rubygems
MASTER_SITES= RG
MAINTAINER= dch@FreeBSD.org
COMMENT= Send your RabbitMQ metrics to Riemann
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-riemann-tools>=0.2.14:net-mgmt/rubygem-riemann-tools \
rubygem-faraday>=0.8.5:www/rubygem-faraday
USES= gem
USE_RUBY= yes
NO_ARCH= yes
post-patch:
# hide sensitive command-line parameters from casual users
@${SED} -i -e $$'/^#!.*ruby.*/a\\\nProcess.setproctitle($$0)\n' \
${WRKSRC}/bin/riemann-*
PORTDOCS= README.md
PLIST_FILES= bin/riemann-rabbitmq
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>