exactly...MRTG will do all the data collection for you and you can show off nice uptime graphs. all you need is the mibs installed for what you want to monitor (via SNMP) over the TCP/IP network. microsoft supplies mibs for winnt/2k/xp server. once you have mrtg installed on the monitoring pc you install wincron on it to run mrtg every 5 minutes or whatever, to check the current values in the mibs on the servers. OR you could do something silly like write client/server perl programs yourself and install on each server and the client and hope they work nicely together over time. if you don't understand SNMP & mibs, then don't hesitate to learn this simple protocol and dive into using MRTG, which is also fairly easy to set up. you can learn SNMP and all about mibs in about 1 hour from a good TCP/IP book (a true TCP/IP networking book NOT a microsoft networking book which shows lots of screen dumps and crap)

In reply to Re: Re: Re: Perl for monitoring windows servers by aquarium
in thread Perl for monitoring windows servers by kpm

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.