diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-02-29 01:57:15 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-02-29 01:57:15 +0800 |
commit | 8567f0ddba0c78e15cf8b8b82e26f6d1c0704c53 (patch) | |
tree | f320091a02c0d5e3b18a0c09f04aea61e47a816e /net-mgmt/Makefile | |
parent | b3a6060dfbe4a2bc81af09ed01386df43d2e28f7 (diff) | |
download | freebsd-ports-gnome-8567f0ddba0c78e15cf8b8b82e26f6d1c0704c53.tar.gz freebsd-ports-gnome-8567f0ddba0c78e15cf8b8b82e26f6d1c0704c53.tar.zst freebsd-ports-gnome-8567f0ddba0c78e15cf8b8b82e26f6d1c0704c53.zip |
New port: net-mgmt/super_mediator.
super_mediator is an IPFIX mediator designed to split IPFIX sensing flows
and distribute the network telemetry information to multiple sources. It
can export the network telemetry data gathered into formats designed for
bulk loading into databases (e.g. MySQL) or as JSON outputs, as well as
directly loading MySQL tables. super_mediator is primarily designed to get
network telemetry data from YAF.
WWW: http://tools.netsa.cert.org/super_mediator/
PR: 207530
Submitted by: Chris Inacio <nacho319+freebsdZilla@gmail.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 a78c41b1bf78..2526bda515d1 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -311,6 +311,7 @@ SUBDIR += statsd SUBDIR += statsite SUBDIR += subcalc + SUBDIR += super_mediator SUBDIR += sx SUBDIR += sysmon SUBDIR += tcpreplay |