Probably the most traditional way of performing these tasks is to have a service run on NT that gathers your stats and updates SNMP with the data.

Your Linux box would then communicate to the SNMP service and retrieve the information.

Most commercial products like HP OpenView, Tivoli, CA Network IT (use to be TNG) are all applications that retrieve data via SNMP and MIB's and store that data in their own database.

However there is a new player that has some new nice ideas that none of the above mentioned commercial products have done. All of the applications above monitor a system i.e. processor usage, memory usage, disk I/O's, etc... but this company developed a utility that monitors services or applications and reports there status as well as system stats. The company and product are called "Net IQ". This product truly does add new ideas to monitoring software.

When developing a monitoring stats app I think it is all the same if you use SNMP, MIB's, or just plane-jane files as long as all the info gets to the same place! Just remember its what your monitoring that counts and it is that which you should be concentrating on.

Earle

In reply to Re: Network Programming between Linux/NT by nietzel
in thread Network Programming between Linux/NT by Tuna

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.