network monitoring
Posted: Thu Jan 29, 2009 4:54 am
Maybe it's something people are interested in, you can add network monitoring to your server.
Personally I like ntop, I just installed it last night and it works great.
It will give you nice graphs and other metrics on type of traffic, amount of traffic, bandwidth on your LAN to the server etc.
Installing is easy:
running it just as easy:
then point your browser to the following link:
https://hda:3001
done
if it doesn't work, issue the following commands:
and try again.
Personally I like ntop, I just installed it last night and it works great.
It will give you nice graphs and other metrics on type of traffic, amount of traffic, bandwidth on your LAN to the server etc.
Installing is easy:
Code: Select all
root@localhost# yum install ntopCode: Select all
root@localhost# service ntop starthttps://hda:3001
done
if it doesn't work, issue the following commands:
Code: Select all
root@localhost# service ntop stop
root@localhost# ntop -A
<fill in a password>
root@localhost# service ntop start