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: 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: 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