diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-25 07:49:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-25 07:49:12 +0800 |
commit | 31fa80963de2ccf2ff5cfad72c3a7c30233a6840 (patch) | |
tree | da404dbb73cc69f1012d6a2109a2bea8c59c4a70 /net-mgmt/Makefile | |
parent | 29c9ee4767367faa18c9a30a3532c82d89338666 (diff) | |
download | freebsd-ports-gnome-31fa80963de2ccf2ff5cfad72c3a7c30233a6840.tar.gz freebsd-ports-gnome-31fa80963de2ccf2ff5cfad72c3a7c30233a6840.tar.zst freebsd-ports-gnome-31fa80963de2ccf2ff5cfad72c3a7c30233a6840.zip |
[New Port] net-mgmt/ourmon: Network Monitoring and Anomaly Detection System
Ourmon is a network management and anomaly detection system
for performing various SNMP RMON-like network analysis
tasks. It uses the BSD bpf in combination with RRDTOOL as
well as various "top talker" style tuples including: top-N
flows which include IP, TCP, UDP, and ICMP flows, top SYN
senders, top TCP/UDP ports, top single IP src to many IP
dst senders, top single IP src to L4 (TCP/UDP), top ICMP
errors which includes UDP creators of ICMP errors and other
tools for both network management and anomaly detection.
RRDTOOL graphs include a year of baselined information.
New RRDTOOL graphs may be designed with user-configured BPF
expressions a la tcpdump. Reports and logging for top
talkers are also included.
WWW: http://ourmon.cat.pdx.edu/ourmon/
PR: ports/84530
Submitted by: Charlie Schluting <manos@cs.pdx.edu>
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 37e5d937d38a..3036eafa4837 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -113,6 +113,7 @@ SUBDIR += nstreams SUBDIR += openvmps SUBDIR += oproute + SUBDIR += ourmon SUBDIR += p0f SUBDIR += p5-Altoids SUBDIR += p5-Cflow |