diff options
author | pi <pi@FreeBSD.org> | 2015-01-14 13:25:44 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-01-14 13:25:44 +0800 |
commit | 3d743b22cb12d70a8e7bb21043824263545b129c (patch) | |
tree | cc81ed50a3cae40bf01cd411e2187771a2452b79 /net-mgmt/Makefile | |
parent | a05f1d350967140736de1a863ce1d484e6cee873 (diff) | |
download | freebsd-ports-gnome-3d743b22cb12d70a8e7bb21043824263545b129c.tar.gz freebsd-ports-gnome-3d743b22cb12d70a8e7bb21043824263545b129c.tar.zst freebsd-ports-gnome-3d743b22cb12d70a8e7bb21043824263545b129c.zip |
New port: net-mgmt/statsite
Statsite is a metrics aggregation server.
Statsite is based on Etsy's StatsD, https://github.com/etsy/statsd,
wire compatible and implemented in C.
WWW: https://github.com/armon/statsite
PR: 196240
Submitted by: robert.barabas@percona.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 b3d7c3b99c07..55c7485f72f3 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -296,6 +296,7 @@ SUBDIR += spectools SUBDIR += ssgless SUBDIR += statsd + SUBDIR += statsite SUBDIR += subcalc SUBDIR += sx SUBDIR += sysmon |