Install and Run NTOP 5.0.1 on CentOS 5.x

 ntop

NTOP is a very nice and powerful systems administration tool that allows you to monitor your network traffic. It’s latest release, i.e, ntop 5.x allows you to visually monitor application protocols such as Twitter, Facebook, Bittorrent, iTunes, Dropbox, Skype, etc through RRD graphs. Unfortunately, CentOS 5.x comes with the outdated version of ntop 3.x, which means, you need to compile and configure from scratch to be able to install and run ntop 5.0.1.

Ntop 5.0.1 requires Python 2.6 and above, so we also need to build python for this matter. The built-in python of CentOS 5.x is no longer supported but must be left untouched otherwise it’ll break your yum package manager. Although “yum install python26” is available, installing python 2.6 this way wouldn’t work as ntop autogen.sh script simply won’t detect it. So the best approach is to build python 2.6 or later yourself. Here’s how:

  1. Download the latest python tarball here
  2. The export directive will build the python modules that ntop can link against
Once, you have the latest python installed, you can now build ntop, provided the you have installed it's required dependencies like rrdtools, graphviz, libpcap, etc. Go here for a detailed info in building and installing ntop.
  1. Download the latest ntop package here
  2. Unpack the package and run the script ./autogen.sh
Post Title : Install and Run NTOP 5.0.1 on CentOS 5.x

Install and Run NTOP 5.0.1 on CentOS 5.x,

Install and Run NTOP 5.0.1 on CentOS 5.x

Powered by Blogger.