Re: ham,Re: ham,Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-23 Thread Stuart Henderson
On 2008-02-16, Stuart Henderson <[EMAIL PROTECTED]> wrote: > I have an untested port for nfdump* [..] > * it's for -current and is here if you're interested: > http://spacehopper.org/openbsd/nfdump.tgz This is updated for the new nfdump release with fixes for macppc/arm (thanks eric@ for letting

Re: ham,Re: ham,Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-21 Thread Richard Daemon
On Sat, Feb 16, 2008 at 1:59 PM, Simon Slaytor <[EMAIL PROTECTED]> wrote: > Sorry Richard, should have mentioned the RRD voodoo, hopefully Peter has > set you on the right track. > > I never really liked the 'rough' graphs produced by the version of RRD > Graph available from the packages collec

Re: ham,Re: ham,Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-17 Thread Peter Haag
--On February 16, 2008 9:18:07 PM + Stuart Henderson <[EMAIL PROTECTED]> wrote: | On 2008/02/16 14:20, Richard Daemon wrote: | > He did get me on the right track, but tracking the required Perl Modules and | > each subsequent Dependencies for nfsen is a lengthy process... Unless | > there's

Re: ham,Re: ham,Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-17 Thread Peter Haag
--On February 16, 2008 6:59:46 PM + Simon Slaytor <[EMAIL PROTECTED]> wrote: | Sorry Richard, should have mentioned the RRD voodoo, hopefully Peter has set you on the right track. | | I never really liked the 'rough' graphs produced by the version of RRD Graph available from the packages co

Re: ham,Re: ham,Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-16 Thread Stuart Henderson
On 2008/02/16 14:20, Richard Daemon wrote: > He did get me on the right track, but tracking the required Perl Modules and > each subsequent Dependencies for nfsen is a lengthy process... Unless > there's a better way than manually downloading each one and their subsequent > dependencies...? It's j

Re: ham,Re: ham,Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-16 Thread Richard Daemon
Thanks Simon! He did get me on the right track, but tracking the required Perl Modules and each subsequent Dependencies for nfsen is a lengthy process... Unless there's a better way than manually downloading each one and their subsequent dependencies...? On Feb 16, 2008 1:59 PM, Simon Slaytor <[E

Re: ham,Re: ham,Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-16 Thread Simon Slaytor
Sorry Richard, should have mentioned the RRD voodoo, hopefully Peter has set you on the right track. I never really liked the 'rough' graphs produced by the version of RRD Graph available from the packages collection. I've downloaded the latest 1.2.6 port version from openports.se and compiled

Re: ham,Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-16 Thread Richard Daemon
Hi Peter, Thanks for the help! It worked for the most part - it didn't find rrd.h after that, in /usr/local/include, so I copied it to /usr/include and the ./configure then worked. Is there a way to compile nfsen without the use or requirement of Mail::Header and Mail::Internet & related dependen

Re: ham,Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-16 Thread Peter Haag
--On February 16, 2008 2:36:33 AM -0500 Richard Daemon <[EMAIL PROTECTED]> wrote: | How did you get --enable-nfprofile working? | | I tried with --with-rrdpath=/usr/local where /usr/local/lib/ has: | | /usr/local/lib/librrd.a | /usr/local/lib/librrd.la | /usr/local/lib/librrd.so.0.0 RRD is a bi

Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-16 Thread Sam Fourman Jr.
On Feb 16, 2008 12:11 AM, Richard Daemon <[EMAIL PROTECTED]> wrote: > On Fri, Feb 15, 2008 at 3:24 PM, Juan Miscaro <[EMAIL PROTECTED]> wrote: > > > > > --- Richard Daemon <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > > > > > Does anyone know how I can go about monitoring bandwidth usage based >

Re: ham,Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-15 Thread Richard Daemon
How did you get --enable-nfprofile working? I tried with --with-rrdpath=/usr/local where /usr/local/lib/ has: /usr/local/lib/librrd.a /usr/local/lib/librrd.la /usr/local/lib/librrd.so.0.0 Yet I get this error: configure: error: Can not link librrd. Please specify --with-rrdpath=.. configure fail

Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-15 Thread Richard Daemon
On Fri, Feb 15, 2008 at 3:24 PM, Juan Miscaro <[EMAIL PROTECTED]> wrote: > > --- Richard Daemon <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > Does anyone know how I can go about monitoring bandwidth usage based > > on > > ports (or service) and maybe client as well? > > Maybe just write a shell

Re: ham,Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-15 Thread Richard Daemon
Very nice! I'll try to get it working here, then maybe test in the chroot too. Good stuff! On Fri, Feb 15, 2008 at 5:07 PM, Simon Slaytor <[EMAIL PROTECTED]> wrote: > Yes I have four high availability 4.2 firewalls, 8 boxes in total all > sending data to a single nfsen backend which is running o

Re: ham,Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-15 Thread Simon Slaytor
Yes I have four high availability 4.2 firewalls, 8 boxes in total all sending data to a single nfsen backend which is running on a dedicated OBSD 4.2 box. All dependent apps/tools are available from ports, simply enable apache in non chroot mode then just compile up the two apps from src. Rich

Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-15 Thread Juan Miscaro
--- Richard Daemon <[EMAIL PROTECTED]> wrote: > Hi all, > > Does anyone know how I can go about monitoring bandwidth usage based > on > ports (or service) and maybe client as well? Maybe just write a shell script that parses pfctl label output. That's what I did. /juan Ask a question o

Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-15 Thread Calomel
Check out pfflowd. Configuration of NetFlow, Flowtools, pfflowd on OpenBSD http://www.pantz.org/software/flowtools/configflowtoolspfflow.html -- Calomel @ http://calomel.org Open Source Research and Reference On Fri, Feb 15, 2008 at 09:22:33AM -0500, Richard Daemon wrote: >Hi all, > >Does a

Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-15 Thread Richard Daemon
On Fri, Feb 15, 2008 at 11:17 AM, Simon Slaytor <[EMAIL PROTECTED]> wrote: > It would take a bit more setting up but what about pfflowd from > ports/packages and nfdump/nfsen? > > I use this at work for tracking exactly what's flowing through our > firewalls i.e. which protocols by who'm to where

Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-15 Thread Simon Slaytor
It would take a bit more setting up but what about pfflowd from ports/packages and nfdump/nfsen? I use this at work for tracking exactly what's flowing through our firewalls i.e. which protocols by who'm to where etc. Sounds like exactly what your after. http://nfsen.sourceforge.net/ Richa

Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-15 Thread Stuart Henderson
On 2008/02/15 09:22, Richard Daemon wrote: > Does anyone know how I can go about monitoring bandwidth usage based on > ports (or service) and maybe client as well? Does darkstat do what you want?

Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-15 Thread Richard Daemon
Hi all, Does anyone know how I can go about monitoring bandwidth usage based on ports (or service) and maybe client as well? I have checked and tried both pfstat and symon and they're both great at what they do, but not fully what I'm looking to do. As for Cacti, I will be trying to get working t

Re: Monitoring Bandwidth Usage, based on ports, service, client, etc.

2008-02-15 Thread Richard Wilson
Richard Daemon wrote: > Hi all, > > Does anyone know how I can go about monitoring bandwidth usage based on > ports (or service) and maybe client as well? > I have checked and tried both pfstat and symon and they're both great at > what they do, but not fully what I'm looking to do. > > As for Cact