aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ourmon
Commit message (Collapse)AuthorAgeFilesLines
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - Chase rrdtool shlib version bump.Sylvio Cesar Teixeira2012-05-071-1/+1
| | | | Notes: svn path=/head/; revision=296163
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-1/+1
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+1
| | | | Notes: svn path=/head/; revision=280086
* - set IS_INTERACTIVE=yesOlli Hauer2011-07-184-246/+640
| | | | | | | | | | | | | | | | | - use %%WWWDIR%% macro instead hard coded path - support apache versions > 13 - make sure we use the rc script from port - use "env" in generated crontab - make sure crontab entries are removed during deinstall - sort pkg-plist (use genplist) - try to uninstall clean PR: ports/158779 Submitted by: ohauer Approved by: <manos _at_ cs.pdx.edu> (maintainer) Notes: svn path=/head/; revision=277917
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - USE_APACHE=yes is deprecatedPhilip M. Gollucci2009-04-291-1/+1
| | | | | | | | | PR: ports/133678 Approved by: maintainer timeout (2 weeks) Submitted by: me Notes: svn path=/head/; revision=232930
* - Chase rrdtool 1.3.0 update, bump PORTREVISIONRong-En Fan2008-06-241-1/+1
| | | | | | | | PR: ports/124749 Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool) Notes: svn path=/head/; revision=215684
* - Fix pkg-plist.Marcelo Araujo2008-05-212-16/+2
| | | | | | | | | - Bump PORTREVISION. Reported by: pointyhat via pav Notes: svn path=/head/; revision=213442
* - Fix typo.Felippe de Meirelles Motta2008-05-171-1/+2
| | | | | | | | | | - Bump PORTREVISION. Reported by: Dan Langille (FreshPorts Sanity) Approved by: araujo (mentor) Notes: svn path=/head/; revision=213204
* - Update to 2.8.1.Felippe de Meirelles Motta2008-05-177-237/+409
| | | | | | | | | | | | | | | | - Makefile rewrited (totally out of standard). - Update WWW in pkg-descr. - Move pkg-message to FILESDIR. - Update pkg-plist. - New RC script. PR: ports/121824 Submitted by: Dennis Yusupoff <Denissia@yandex.ru> Reworked by: lippe (myself) Approved by: araujo (mentor), maintainer timeout (>2 weeks) Notes: svn path=/head/; revision=213198
* First steps in a big migration:Edwin Groothuis2007-07-051-1/+1
| | | | | | | | | | | | | | | | Move net/rrdtool to databases/rrdtool. It's an itch which needs to be scratched: net/rrdtool came from net/mrtg, which was a good location for it. net/mrtg has later been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database Tools", therefor it's better if it moves to databases/rrdtool. Same with net/rrdtool10. PR: ports/112942 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=194968
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-241-1/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154318
* Change spaces to tab.Mark Linimon2005-11-291-1/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=149856
* [New Port] net-mgmt/ourmon: Network Monitoring and Anomaly Detection SystemEdwin Groothuis2005-11-245-0/+282
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> Notes: svn path=/head/; revision=149338