If all you want to do is ping some hosts on a regular basis, then sure it'll be easy to whip something up fairly quickly. But if you want a decent Network Monitoring System, then you're better off going for something out of the box. My personal favourite is Big Brother. It's open source (although there is a commercial version available), well supported and dead easy to get up and running quickly. As well as all the standard NM tests that come with it (including ping), it's fairly trivial to write your own customised plug-ins (in Perl, of course :D). I'm currently using it to monitor around 600 separate hosts worldwide, and it works like a dream :)

Nagios is another Open Source NMS that is highly considered. I've not used it, but I do understand that it is a cow to get configured.

Hope this helps,
Darren :)


In reply to Re: Pinging network devices and setting SNMP traps by McDarren
in thread Pinging network devices and setting SNMP traps by jimbus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.