<br>
<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I'll second the recommendation of Mon.  It is simple and powerful with<br>very few requirements.  
Mon.cgi will give you web-based access to the<br>status information.  It also has the advantage of being written in<br>Perl, so making minor changes to the monitoring or alerting routines<br>is very easy.  The logic to only notify once (or twice, or three
<br>times) per outage is built-in.  You can also change the notification<br>routines based on the time of day and/or day of the week.  For<br>instance, I set mine so that it doesn't bother notifying me about<br>scheduled daily reboots of some of the servers.
<br><br>Bowie<br>_______________________________________________</blockquote><div><br>
While we are on the topic of cool tools in the network management arena, I should probably put in a plug for SmokePing:<br>

<a href="http://people.ee.ethz.ch/~oetiker/webtools/smokeping/">http://people.ee.ethz.ch/~oetiker/webtools/smokeping/</a><br>

<br>

It's a wonderful open source tool from Tobi Oetiker, the same guy who
created the excellent MRTG and RRDtool (Tobi has been getting some
excellent help on SmokePing from Niko Tyni lately).  Note that
SmokePing isn't designed to measure stuff like ifInOctets and
IfOutOctets (volume of traffic on a port/interface) via SNMP like
MRTG.  Instead, it's fairly unique in that it focuses on packet loss,
latency and jitter (variations in latency).  It's the only tool of it's
kind I know of.  It's great for monitoring stuff on the Internet (where
SNMP generally isn't an option).  It usually works off ICMP pings, but
there are a variety of nifty modules that do other measurements (DNS
response time, remote "proxy pings" via the Cisco MIB, TCP sockets,
etc.).<br>

<br>

If you go to the site, the key to reading the graphs is:<br>

  * The COLOR of the line shows PACKET LOSS.<br>

  * The HEIGHT of the line shows MEDIAN LATENCY.<br>

  * The SMOKE around the line shows JITTER (variation in latency).<br>

<br>

It requires RRDtool, which you can "yum install rrdtool" right from
Dag's site.  The only tricky part of the installation/setup is getting
speedycgi (a cool thing that speeds up CGI scripts without mod_perl
complexity) working.  I have not been able to get the RPMs at
<a href="http://www.daemoninc.com/SpeedyCGI/CGI-SpeedyCGI-2.22/binaries/">http://www.daemoninc.com/SpeedyCGI/CGI-SpeedyCGI-2.22/binaries/</a> to work
with CentOS.  If all else fails, you can bag speedycgi and live with
slower CGI rendering by changing the first line of smokeping.cgi from
"#!/usr/bin/speedy" to "#!/usr/bin/perl".  <br>

<br>

It also has some pretty cool alarm features (can watch packet loss and
latency trends over time and alert you when certain "patterns" are
found).<br>
<br>
Thanks,<br>
Kennedy<br>

<br>

<br>
 </div><br></div><br>