summaryrefslogtreecommitdiff
path: root/sysutils/collectd-dbi
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-02-17 11:21:54 +0000
committerfhajny <fhajny>2014-02-17 11:21:54 +0000
commit35824e756316e769206e77315a8ab20c760e9132 (patch)
treeffe2346509020ae9229eb26802e9c11f844054c9 /sysutils/collectd-dbi
parent93cec3267740b4fa030d460a10e3ba04ea054051 (diff)
downloadpkgsrc-35824e756316e769206e77315a8ab20c760e9132.tar.gz
Import collectd-5.4.1 as sysutils/collectd (+ plugins), based on wip/collectd5.
collectd is a daemon which collects system performance statistics periodically and provides mechanisms to store the values in a variety of ways, for example in RRD-files.
Diffstat (limited to 'sysutils/collectd-dbi')
-rw-r--r--sysutils/collectd-dbi/DESCR1
-rw-r--r--sysutils/collectd-dbi/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/collectd-dbi/DESCR b/sysutils/collectd-dbi/DESCR
new file mode 100644
index 00000000000..cbe65e7c90d
--- /dev/null
+++ b/sysutils/collectd-dbi/DESCR
@@ -0,0 +1 @@
+rrdtool plugin for collectd
diff --git a/sysutils/collectd-dbi/Makefile b/sysutils/collectd-dbi/Makefile
new file mode 100644
index 00000000000..b8c648fb4c4
--- /dev/null
+++ b/sysutils/collectd-dbi/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2014/02/17 11:21:55 fhajny Exp $
+
+COLLECTD_PACKAGE= dbi
+
+COMMENT= Statistics collection daemon - dbi plugin
+
+.include "../../sysutils/collectd/Makefile.common"
+
+CONFIGURE_ARGS+= --with-libdbi=${BUILDLINK_PREFIX.libdbi}
+
+.include "../../databases/libdbi/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"