Re: Ntop + SNMP

2006-10-08 Thread Dan Nelson
In the last episode (Oct 08), Warren Liddell said:
> > You don't.
> >
> > If you wish to use SNMP to monitor traffic voumes, etc., you'll need
> > to use something like mrtg, cacti or nagios.
> >
> > ntop doesn't know or care about SNMP, any more than does, say, tcpdump
> > or WireShark.
> >
> > Kurt
> 
> Then why does it have support//plugin for SNMP if it wont/cant
> monitor it to ask the obvious ?

I think it's more for allowing ntop to provide status via SNMP (i.e. as
an agent) than using snmp to collect info from remote machines. 
There's really no way to use SNMP to gather the info ntop needs.  All
you can get from snmp is network utilization, where ntop wants to see
raw packets (or at minimum, ip+port+size data per flow).

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ntop + SNMP

2006-10-08 Thread Warren Liddell
> You don't.
>
> If you wish to use SNMP to monitor traffic voumes, etc., you'll need
> to use something like mrtg, cacti or nagios.
>
> ntop doesn't know or care about SNMP, any more than does, say, tcpdump
> or WireShark.
>
> Kurt

Then why does it have support//plugin for SNMP if it wont/cant monitor it to 
ask the obvious ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ntop + SNMP

2006-10-07 Thread Kurt Buff

On 10/7/06, Warren Liddell <[EMAIL PROTECTED]> wrote:

Running FreeBSD 6.2-PRERELEASE and im wanting some info on how to get Ntop to
use SNMP to monitor traffic as all traffic goes through my router/modem which
has SNMP support.


You don't.

If you wish to use SNMP to monitor traffic voumes, etc., you'll need
to use something like mrtg, cacti or nagios.

ntop doesn't know or care about SNMP, any more than does, say, tcpdump
or WireShark.

Kurt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NTOP

2006-06-19 Thread Lowell Gilbert
Warren Liddell <[EMAIL PROTECTED]> writes:

> im runnign FreeBSD 6.1-STABLE and each time i start NTOP it keeps looking to 
> use rl0 which isnt active or used, however sis0 is used, so im wanting to 
> know how i can tell ntop to use sis0 instead of rl0 ?

Did you specify the interface explicitly with the -i parameter?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


zlib Borked? (Was Re: Ntop on 6.0)

2005-12-21 Thread Drew Tomlinson

Kurt Buff wrote:


Drew Tomlinson wrote:
 


Been Googling all day and I've seen those posts.  However I just
realized it was you.  :)
   



Well, not *just* me. :)

 


I just edited the Makefile to add --without-zlib and am recompiling
now.  We'll see if that works around this problem for now.  But I'd sure
like to know why things aren't working on my machine?  AFAIK, I did a
standard install and haven't done much with the box since.  It just
serves as my gateway router for my home network so there's not much on it.
   



I didn't need to do that. However, I've found the ntop list to be
useful, so it might be worthwhile subscribing to that for a while.
 



Adding --without-zlib worked for me.  Would still appreciate any insight 
as to how my system may be screwed up and why zlib didn't work for me if 
anyone knows.  Or even what I might rebuild or check to verify my zlib 
installation.  Seems like it comes with the base system as I don't see 
any reference to it in ports.


Thanks,

Drew

--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!

http://www.alchemistswarehouse.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ntop on 6.0

2005-12-20 Thread Kurt Buff
Drew Tomlinson wrote:
> 
> Been Googling all day and I've seen those posts.  However I just
> realized it was you.  :)

Well, not *just* me. :)

> I just edited the Makefile to add --without-zlib and am recompiling
> now.  We'll see if that works around this problem for now.  But I'd sure
> like to know why things aren't working on my machine?  AFAIK, I did a
> standard install and haven't done much with the box since.  It just
> serves as my gateway router for my home network so there's not much on it.

I didn't need to do that. However, I've found the ntop list to be
useful, so it might be worthwhile subscribing to that for a while.

> Thanks,
> 
> Drew
> 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ntop on 6.0

2005-12-20 Thread Drew Tomlinson

On 12/20/2005 3:55 PM Kurt Buff wrote:


Drew Tomlinson wrote:
 


On 12/20/2005 3:06 PM Kurt Buff wrote:
   


Drew Tomlinson wrote:

 


I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0.  It
appeared to install fine and seems OK when I start it.  However whenever
I try and access it via a browser, I just get a blank page.  ntop
reports the following warning:

Tue Dec 20 14:20:58 2005  **WARNING** gzflush error -2(stream error)

It does this with each access attempt.  I've googled and learned that
ntop creates compressed files and uses zlib to uncompress them on the
fly.  I assume my problem has something to do with this process?

Any ideas on what to check or how to resolve?

Thanks,

Drew
   


Is this a fresh install of 6.0? I've got a fresh install of FBSD 6.0 and
ntop 3.2_1 from ports, and don't have this problem.

 


Thanks for your reply.  Yes, it's fairly fresh.

FreeBSD blacksheep.mykitchentable.net 6.0-STABLE FreeBSD 6.0-STABLE #4:
Thu Dec  1 11:33:29 PST 2005

Any ideas?

Thanks,

Drew
   



This isn't an upgrade of FBSD 4.x or 5.x, is it? Or an upgrade of an
older version of ntop? 



No.  This box had a hard drive failure.  Since I had to replace the 
drive, I upgraded to 6.0 at that time.



The reason I ask is that this was a problem that
was noted in ntop 2.something under 4.x and 5.x. If you google for the
specific error message:

http://www.google.com/search?hl=en&lr=&q=ntop+freebsd+%22gzflush+error%22&btnG=Search
 



Been Googling all day and I've seen those posts.  However I just 
realized it was you.  :)



you'll see stuff like that talked about in several places.

I just flattened the box when I upgraded the OS, starting from a fresh
install of 6.0, then cvsupping the ports to get ntop current, and all
has been well since.
 



I just edited the Makefile to add --without-zlib and am recompiling 
now.  We'll see if that works around this problem for now.  But I'd sure 
like to know why things aren't working on my machine?  AFAIK, I did a 
standard install and haven't done much with the box since.  It just 
serves as my gateway router for my home network so there's not much on it.


Thanks,

Drew

--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!

http://www.alchemistswarehouse.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ntop on 6.0

2005-12-20 Thread Kurt Buff
Drew Tomlinson wrote:
> On 12/20/2005 3:06 PM Kurt Buff wrote:
>> Drew Tomlinson wrote:
>>
>>> I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0.  It
>>> appeared to install fine and seems OK when I start it.  However whenever
>>> I try and access it via a browser, I just get a blank page.  ntop
>>> reports the following warning:
>>>
>>> Tue Dec 20 14:20:58 2005  **WARNING** gzflush error -2(stream error)
>>>
>>> It does this with each access attempt.  I've googled and learned that
>>> ntop creates compressed files and uses zlib to uncompress them on the
>>> fly.  I assume my problem has something to do with this process?
>>>
>>> Any ideas on what to check or how to resolve?
>>>
>>> Thanks,
>>>
>>> Drew
>>
>> Is this a fresh install of 6.0? I've got a fresh install of FBSD 6.0 and
>> ntop 3.2_1 from ports, and don't have this problem.
>>
> Thanks for your reply.  Yes, it's fairly fresh.
> 
> FreeBSD blacksheep.mykitchentable.net 6.0-STABLE FreeBSD 6.0-STABLE #4:
> Thu Dec  1 11:33:29 PST 2005
> 
> Any ideas?
> 
> Thanks,
> 
> Drew

This isn't an upgrade of FBSD 4.x or 5.x, is it? Or an upgrade of an
older version of ntop? The reason I ask is that this was a problem that
was noted in ntop 2.something under 4.x and 5.x. If you google for the
specific error message:

http://www.google.com/search?hl=en&lr=&q=ntop+freebsd+%22gzflush+error%22&btnG=Search

you'll see stuff like that talked about in several places.

I just flattened the box when I upgraded the OS, starting from a fresh
install of 6.0, then cvsupping the ports to get ntop current, and all
has been well since.

Kurt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ntop on 6.0

2005-12-20 Thread Drew Tomlinson

On 12/20/2005 3:06 PM Kurt Buff wrote:


Drew Tomlinson wrote:
 


I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0.  It
appeared to install fine and seems OK when I start it.  However whenever
I try and access it via a browser, I just get a blank page.  ntop
reports the following warning:

Tue Dec 20 14:20:58 2005  **WARNING** gzflush error -2(stream error)

It does this with each access attempt.  I've googled and learned that
ntop creates compressed files and uses zlib to uncompress them on the
fly.  I assume my problem has something to do with this process?

Any ideas on what to check or how to resolve?

Thanks,

Drew

   



Is this a fresh install of 6.0? I've got a fresh install of FBSD 6.0 and
ntop 3.2_1 from ports, and don't have this problem.


Thanks for your reply.  Yes, it's fairly fresh.

FreeBSD blacksheep.mykitchentable.net 6.0-STABLE FreeBSD 6.0-STABLE #4: 
Thu Dec  1 11:33:29 PST 2005


Any ideas?

Thanks,

Drew

--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!

http://www.alchemistswarehouse.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ntop on 6.0

2005-12-20 Thread Kurt Buff
Drew Tomlinson wrote:
> I installed ntop 3.2_1 from the ports on a machine running FBSD 6.0.  It
> appeared to install fine and seems OK when I start it.  However whenever
> I try and access it via a browser, I just get a blank page.  ntop
> reports the following warning:
> 
> Tue Dec 20 14:20:58 2005  **WARNING** gzflush error -2(stream error)
> 
> It does this with each access attempt.  I've googled and learned that
> ntop creates compressed files and uses zlib to uncompress them on the
> fly.  I assume my problem has something to do with this process?
> 
> Any ideas on what to check or how to resolve?
> 
> Thanks,
> 
> Drew
> 

Is this a fresh install of 6.0? I've got a fresh install of FBSD 6.0 and
ntop 3.2_1 from ports, and don't have this problem.

Kurt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ntop question

2005-09-17 Thread Denny White

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1




Denny White <[EMAIL PROTECTED]> writes:


Installed ntop. ntop.sh in /usr/local/etc/rc.d, so starts
automatically at boot. That part I understand. Couldn't
find where there's any conf file for it. Read all over
google & in mailing lists. So, question is, I simply have
to move the script out of /usr/local/etc/rc.d to no longer
have it run automatically? Correct?


Today Lowell Gilbert contributed the following:


Just remove the executable bit from it
("chmod gou-x /usr/local/etc/rc.d/ntop.sh")



Hey Lowell,
Thanks for replying. Funny thing is, after it installed
from ports, it didn't have the executable bit set on it.
I saw it complain when I was booting in dmesg, and that's
when I set it executable. Still want to learn how to use
it properly, so I didn't uninstall it. I just moved the
script out /usr/local/etc/rc.d so it won't start auto.
Thanks for the help.
Denny White

GnuPG key  : 0x1644E79A  |  http://wwwkeys.nl.pgp.net
Fingerprint: D0A9 AD44 1F10 E09E 0E67  EC25 CB44 F2E5 1644 E79A

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (FreeBSD)
Comment: Made with pgp4pine 1.76

iD8DBQFDLDC0y0Ty5RZE55oRAkbkAJ4hm0ocHqNE8SyHpNInGCYVMwqzJQCeMyof
O1HSoyY6c5HEnI1z5c0A41I=
=/yNw
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ntop question

2005-09-17 Thread Lowell Gilbert
Denny White <[EMAIL PROTECTED]> writes:

> Installed ntop. ntop.sh in /usr/local/etc/rc.d, so starts
> automatically at boot. That part I understand. Couldn't
> find where there's any conf file for it. Read all over
> google & in mailing lists. So, question is, I simply have
> to move the script out of /usr/local/etc/rc.d to no longer
> have it run automatically? Correct?

Just remove the executable bit from it 
("chmod gou-x /usr/local/etc/rc.d/ntop.sh") 

> 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NTOP

2005-08-07 Thread Kurt Buff
Warren wrote:
> will NTOP monitor SNMP or is it strictly local ?
> 
> OS: FreeBSD 5.4-STABLE

ntop is not about SNMP, it's about packet capture. It's a passive
listener which analyses traffic flow and makes nice pictures about it
via an embedded web server.

Excellent tool, but MRTG might be more of what you're looking for.

Kurt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Ntop Problem

2005-02-15 Thread Kris Kennaway
On Wed, Feb 16, 2005 at 01:38:41AM +1000, Warren wrote:
> I have been running Ntop for the last few weeks and each time it updates the 
> CPU usage screams up to 70% and basically hangs my comp untill such time as 
> it has finished updating the graph

This post didn't contain a question :)

If your ntop is making your computer do too much work, run the process
less often, run it with a niceness to reduce impact on other
processes, etc.

Kris


pgpI1ZYSi5tBX.pgp
Description: PGP signature


Re: ntop 3.0 in daemon mode not working

2004-10-16 Thread matt virus
it's 4.7, with patches and updates applied as needed
Emanuel Strobl wrote:

What OS version? 4.10-REL/-stable, 5.3-BETA, 6-current?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ntop 3.0 in daemon mode not working

2004-10-16 Thread Emanuel Strobl
Am Samstag, 16. Oktober 2004 20:13 schrieb matt virus:
> Installed ntop 3.0 today, edited the ntop.sh shell script and when I run
> the script ntop launches and I can connect to the webserver interface.
> The frame cross the top loads, but when I click ANY link to look at the
> reports, i get a popup window that is blank.
>
> Ntop load --> top frame only loads -> click link -> new blank window
> pops up.
>
>
> Now -- if i just run  /usr/local/bin/ntop  (via a ssh session)
> ntop runs in interactive mode -- perfectly
>
> I thought "a ha, that shellscript is just messed up"
>
> so i run ntop with this:
>
> /usr/local/bin/ntop -d(as a daemon)
>
> and i get the same behavior as the shellscript - blank windows and empty
> new windows.
>
> Revert to  /usr/local/bin/ntop  (interactive)
> and it works perfectly again
>
> Anybody have suggestions???

What OS version? 4.10-REL/-stable, 5.3-BETA, 6-current?

>
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ntop problems with FreeBSD?

2004-08-19 Thread Moti Levy
adp wrote:
Anyone get ntop totally working with FreeBSD 4.9? We can run it, but it's
flaky. On one FreeBSD box it runs fine for a while and then just dies. No
syslog messages. It's just gone. On another it won't display anything in the
Web interface (it opens new windows when clicking on some items), and it
also randomly crashes. We are using ipf on one system and ipfw on another.
All are dual-homed FreeBSD firewalls.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 

i have been running ntop on freebsd with great success .
usually when ntop just "dies" it means it cant handle the amount of hosts
try tuning down the amount of hosts you monitor .
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: ntop problems with FreeBSD?

2004-08-18 Thread mark rowlands
I would take this to the ntop mailing list, 
[EMAIL PROTECTED]

Supply as much info as possible, Burton likes to see plenty of
detail in any bug reports! 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: ntop problems with FreeBSD?

2004-08-18 Thread [EMAIL PROTECTED]
I have this exact same problem with one of my boxes.  Even completely
removing the app, getting a new current port skeleton and reinstalling --
still the same behavior.

Anybody got a solution?

Original Message:
-
From: adp [EMAIL PROTECTED]
Date: Wed, 18 Aug 2004 15:29:53 -0500
To: [EMAIL PROTECTED]
Subject: ntop problems with FreeBSD?


Anyone get ntop totally working with FreeBSD 4.9? We can run it, but it's
flaky. On one FreeBSD box it runs fine for a while and then just dies. No
syslog messages. It's just gone. On another it won't display anything in the
Web interface (it opens new windows when clicking on some items), and it
also randomly crashes. We are using ipf on one system and ipfw on another.
All are dual-homed FreeBSD firewalls.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mail2web - Check your email from the web at
http://mail2web.com/ .


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"