Thank you all for your responses to my "style" question. Your feedback was much appreciated.

I have need to monitor (functionally) whether several of my web apps are up and running. Monitoring the servers, and looking for processes I have covered. However for the app to be "up", all of the tiers need to be running correctly. I can do this functional test by pulling up specific URLs in a browser, but I need to automate this to run unattended. Long term I want to buy tools to integrate with my systems management stuff, but for now automating this test will greatly improve my monitoring capability.

I've looked around quite a bit, thinking someone would have built something like this already, but I really haven't found that much. I think I could cook something up using LWP or others and was wondering if any monks had done something similar and might point me in the right direction.

TIA,
Rich


In reply to Web Site Monitoring by Anonymous Monk

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.