354069819a
Provided by Edgar Fuß via pkgsrc-wip. Changes not found, but more plugins added.
13 lines
412 B
Makefile
13 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/10/24 22:39:46 wiz Exp $
|
|
|
|
COLLECTD_PACKAGE= mongodb
|
|
COLLECTD_PLUGINS= write_mongodb
|
|
|
|
COMMENT= Statistics collection daemon - write_mongodb plugin
|
|
|
|
.include "../../databases/mongo-c-driver/buildlink3.mk"
|
|
COLLECTD_LIB.mongoc= yes # help says argument is the path, but everything but "yes" disables
|
|
|
|
.include "../../sysutils/collectd/Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|