-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import sysutils/collectd-riemann, a Riemann network monitoring module
for collectd, packaged by Benjamin Bergia in TritonDataCenter/pkgsrc#265.
- Loading branch information
jperkin
committed
Oct 28, 2015
1 parent
d3d5cc5
commit 248eef5
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
riemann output plugin for collectd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |