Do you have any other monitoring?

Typically, when I'm doing monitoring, I don't just look for yes/no answers, but I try to find things that might be a sign of trends -- in a case like this, I might look at the total time that it took to get the page ... that way, I can graph it in MRTG (or whatever you favorite graphing program is).

If I saw an increased response time around the timeout, I'd look to see what the load was on the machine, and assume that the monitoring wasn't at fault ... if it was an isolated failure, then I'd have to look at the monitoring from end to end.

(it's like the 'check engine' light on your car -- I'd much rather have a series of gauges, so I had some earlier warnings that something's trending upwards, rather than some light turn on once it his a threshold)

Anyway, I'd try to look at whatever other logs you might have, as there might be anomalies that would indicate what went wrong, or at least hint at where to look.


In reply to Re: Net::SSL SSL read timeout by jhourcle
in thread Net::SSL SSL read timeout by cbrandtbuffalo

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.