freebsd-ports/net-mgmt/rubygem-riemann-tools/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

36 lines
815 B
Makefile

# $FreeBSD$
PORTNAME= riemann-tools
DISTVERSION= 0.2.14
CATEGORIES= net-mgmt rubygems
MASTER_SITES= RG
MAINTAINER= dch@FreeBSD.org
COMMENT= Collection of utilities which submit events to Riemann
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-json>=1.8:devel/rubygem-json \
rubygem-optimist>=3.0:devel/rubygem-optimist \
rubygem-riemann-client>=0.2:net-mgmt/rubygem-riemann-client
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.markdown
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>