From 248eef5159b689e885787fb9c36ef8bdb53eb138 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 28 Oct 2015 11:44:52 +0000 Subject: [PATCH] Import sysutils/collectd-riemann, a Riemann network monitoring module for collectd, packaged by Benjamin Bergia in joyent/pkgsrc#265. --- sysutils/collectd-riemann/DESCR | 1 + sysutils/collectd-riemann/Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 sysutils/collectd-riemann/DESCR create mode 100644 sysutils/collectd-riemann/Makefile diff --git a/sysutils/collectd-riemann/DESCR b/sysutils/collectd-riemann/DESCR new file mode 100644 index 0000000000000..6eae0841a91f2 --- /dev/null +++ b/sysutils/collectd-riemann/DESCR @@ -0,0 +1 @@ +riemann output plugin for collectd diff --git a/sysutils/collectd-riemann/Makefile b/sysutils/collectd-riemann/Makefile new file mode 100644 index 0000000000000..6b409df7ddb97 --- /dev/null +++ b/sysutils/collectd-riemann/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2015/10/28 11:44:52 jperkin Exp $ + +COLLECTD_PACKAGE= riemann +COLLECTD_PLUGINS= write_riemann + +COMMENT= Statistics collection daemon - riemann plugin + +.include "../../sysutils/collectd/Makefile.common" + +# Work around incorrect dependencies in src/Makefile +BUILD_TARGET= riemann.pb-c.lo write_riemann.la + +.include "../../devel/protobuf-c/buildlink3.mk" +.include "../../mk/bsd.pkg.mk"