From owner-cvs-ports@FreeBSD.ORG Thu Nov 24 23:50:45 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C12716A42F; Thu, 24 Nov 2005 23:50:45 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BFF843DE3; Thu, 24 Nov 2005 23:49:42 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAONnD6i053199; Thu, 24 Nov 2005 23:49:13 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAONnCkG053198; Thu, 24 Nov 2005 23:49:13 GMT (envelope-from edwin) Message-Id: <200511242349.jAONnCkG053198@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 24 Nov 2005 23:49:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/ourmon Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2005 23:50:45 -0000 edwin 2005-11-24 23:49:12 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/ourmon Makefile distinfo pkg-descr pkg-message pkg-plist Log: [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 Revision Changes Path 1.53 +1 -0 ports/net-mgmt/Makefile 1.1 +69 -0 ports/net-mgmt/ourmon/Makefile (new) 1.1 +2 -0 ports/net-mgmt/ourmon/distinfo (new) 1.1 +16 -0 ports/net-mgmt/ourmon/pkg-descr (new) 1.1 +28 -0 ports/net-mgmt/ourmon/pkg-message (new) 1.1 +167 -0 ports/net-mgmt/ourmon/pkg-plist (new)