PDA

View Full Version : ntop


EverythingWeb
01-04-2007, 09:39 AM
Hello,

anyone here running ntop, if so, is there a supported installation method for iworx?

Our upstream is showing some VERY strange traffic graphs where the graphs in iworx dont reflect these traffic surges we are experiencing.

Yesterday, for example, our upsdstream showed sustained 90Mbit connection for around 90mins from our server, with nothing showing on the server, no performance degredation, no heavy loads, nothing. Diddly squat.

We would like to run ntop during one of these 'surges' to see if we can catch it... any ideas guys?

Cheers,
William

IWorx-Socheat
01-04-2007, 11:06 AM
I just grabbed the ntop package from DAG:

http://dag.wieers.com/packages/ntop/

Didn't see an FC4 package, but he does provide the SRPM, so you should be able to build your own.

EverythingWeb
01-04-2007, 01:10 PM
Haha Socheat!

At least the one we're having issues with is a FC3 Box ;)

I will have a look over. I had tried a yum install ntop but didn't find anything. I'll update this thread later to see how we get on.

Fr3d
01-04-2007, 05:44 PM
Oooh another *top program :D
/me installs for fun

daveyw
01-24-2007, 02:12 PM
How to install ntop:

rpm -ihv http://repo.securityteam.us/repository/redhat/securityteamus-repo-latest.rpm

then
yum install ntop

Make sure ntop will start at boot
chkconfig ntop on

Start the service
service ntop start

ntop will start gathering network info.
ntop can be reached at http://server_ip:3000/

pascal
02-04-2007, 12:12 PM
heu....

what is this : http://repo.securityteam.us/repository/redhat/securityteamus-repo-latest.rpm ?

is it ntop ?

Pascal

daveyw
02-04-2007, 12:17 PM
Thats a file, when you use yum, he will search on the site of securtyteam for rpm's etc

pascal
02-04-2007, 03:29 PM
Haa ok it is a yum repository update !

Be carefful to not erase the interworx default yum config !!!

If you do then you'll no more have Soft updates

Be sure to have in /etc/yum.conf


[interworx-cp-noarch]
name=InterWorx-CP - Generic
baseurl=http://updates.interworx.info/iworx/RPMS/noarch
#gpgcheck=1

[interworx-cp-rhe4x]
name=InterWorx-CP - RedHat Enterprise $releasever
baseurl=http://updates.interworx.info/iworx/RPMS/yourdistro/$basearch
#gpgcheck=1


Pascal

daveyw
02-04-2007, 03:50 PM
of course i have that. I'm not a noob :)

pascal
02-04-2007, 04:21 PM
of course i have that. I'm not a noob :)

ha ha ha sure not , sorry :cool:

Could yu please give the repository added to yum.conf for securityteam, I'm curious to see what they provide. It might be interesting

Thanks

Pascal