Operating System - Linux
1752276 Members
5444 Online
108786 Solutions
New Discussion юеВ

Re: Linux netowrk monitoring - free package

 
srinivassin
Occasional Contributor

Linux netowrk monitoring - free package

Hi all, i need a monitoring tool,something free one to monitor my network...i already tried netmrg, i need something good and simple to configure. thankz in advance.
11 REPLIES 11
Ross Minkov
Esteemed Contributor

Re: Linux netowrk monitoring - free package

Srinivassin,

I'd recommend Nagios -- http://nagios.org/

Nagios is a program that will monitor hosts, switches, routers, printers, etc. and services on your
network, and will email or page you when a problem arises or is
resolved. Nagios runs on a unix/linux server as a background or daemon
process, intermittently running checks on various services that you
specify. The actual service checks are performed by separate "plugin"
programs which return the status of the checks to Nagios.

For a live demo -- http://nagios.square-box.com/
Username: guest
Password: guest

Nagios is exception monitoring tool (aka alarmer). If you want trending tool (aka tracker) consider one of the following -- Cricket, MRTG, Orca.

HTH,
Ross
Ross Minkov
Esteemed Contributor

Re: Linux netowrk monitoring - free package

I forgot to mention that all of the tools I mentioned above are "free" open source tools.
Chris Xu
Trusted Contributor

Re: Linux netowrk monitoring - free package

I highly recommend MRTG to fit your needs. I use it myself and it works great. Besides, it is easy to set up.
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/

Good luck.

Chris
NiCK_76
Respected Contributor

Re: Linux netowrk monitoring - free package

Karsten Breivik_1
Frequent Advisor

Re: Linux netowrk monitoring - free package

Could also use bigbrother or bigsister for monitoring the hosts, thus implicitly also monitoring your network. Last time I checked, Sitescope from Mercury has also become free for non-commercial use - this is an impressive tool for agentless monitoring!

However, I would like to know if anyone have experiences with free application monitoring tools. I am currently using Topaz from Mercury at work. This is a very nice tool able to do GUI emulation on windows and Java applications and protocol emulation on systems like SAP, Siebel, Baan, HTTP, etc. However the price is high. I would be interested in something free for personal use.


poi
Bill Thorsteinson
Honored Contributor

Re: Linux netowrk monitoring - free package

For lightweight, quick, and free, try MON.
It's what I implemented first.

You may outgrow it and require something like
nagios. As time permits, I am moving to it.
Given that you've implement MTRNG this is
more likely what you are looking for.

Both allow you to add custom monitors, and
distributed services.

I have hacked a couple of the MON monitors
to better meet my requirements.

Web interfaces exist for both. Notifications
can be be email and/or pager.
Al_56
Regular Advisor

Re: Linux netowrk monitoring - free package

All of these suggestions above are good tools.

Another choice is Ethereal.

Ethereal is a great open source tool that we use on all of our clients networks.

Check out http://www.ethereal.com/
Lee Hundley
Valued Contributor

Re: Linux netowrk monitoring - free package

Another one for monitoring interfaces and traffic is ntop. I can't find anything that directly says it *isn't* supported on HP-UX. Should compile fine!

http://www.ntop.org
It is my firm belief that it is a mistake to hold any firm beliefs
Dusan Krasa
Advisor

Re: Linux netowrk monitoring - free package

Another one monitoring tool is http://www.cacti.net/. Based on the RRD tool, php , mysql .