summaryrefslogtreecommitdiff
path: root/sysutils/collectd-riemann
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-10-28 11:44:52 +0000
committerjperkin <jperkin@pkgsrc.org>2015-10-28 11:44:52 +0000
commitfbc61a9c7a758324aebb516ee6f53391c4a7ac88 (patch)
treeffe7ef76f2d38808f242a20cb0943a62eff5a017 /sysutils/collectd-riemann
parente12e76d6e9fc9e27c57a6db4dca652afead7cfcb (diff)
downloadpkgsrc-fbc61a9c7a758324aebb516ee6f53391c4a7ac88.tar.gz
Import sysutils/collectd-riemann, a Riemann network monitoring module
for collectd, packaged by Benjamin Bergia in joyent/pkgsrc#265.
Diffstat (limited to 'sysutils/collectd-riemann')
-rw-r--r--sysutils/collectd-riemann/DESCR1
-rw-r--r--sysutils/collectd-riemann/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/collectd-riemann/DESCR b/sysutils/collectd-riemann/DESCR
new file mode 100644
index 00000000000..6eae0841a91
--- /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 00000000000..6b409df7ddb
--- /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"