diff options
author | swills <swills@FreeBSD.org> | 2013-12-23 00:25:58 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-12-23 00:25:58 +0800 |
commit | 3f88b6f8d7890324a824ed530bceed5b40321476 (patch) | |
tree | 2badf9d97cb01d55634ecf2a8c484d06d3d627db /net-mgmt/Makefile | |
parent | 781207305a184992973571cbbabf7aaf551cdc81 (diff) | |
download | freebsd-ports-gnome-3f88b6f8d7890324a824ed530bceed5b40321476.tar.gz freebsd-ports-gnome-3f88b6f8d7890324a824ed530bceed5b40321476.tar.zst freebsd-ports-gnome-3f88b6f8d7890324a824ed530bceed5b40321476.zip |
A network daemon that runs on the Node.js platform and listens for statistics,
like counters and timers, sent over UDP and sends aggregates to one or more
pluggable backend services (e.g., Graphite).
WWW: https://github.com/etsy/statsd
PR: ports/171855
Submitted by: kimor79@yahoo.com
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index ab5fb0e2de5b..60bc8cf0d80a 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -307,6 +307,7 @@ SUBDIR += softflowd SUBDIR += spectools SUBDIR += ssgless + SUBDIR += statsd SUBDIR += subcalc SUBDIR += sysmon SUBDIR += tcpreplay |