Hey! Thanks--I love it, personally. It feels like we have a crazy good radar for system health, now. The only drawback is that it sort of takes time for the engine to "prime" itself, for lack of a better word. Several months worth of day-to-day events have to happen in order to really pair down the noise. Separating the wheat from the chaff simply takes a lot of time. After I initially built the engine, I probably spent the next 8 weeks or so allowing it to send things it felt were important to me, and me only. I built probably 70 or 80 filters before I felt it was useful for day-to-day consumption, and wouldn't spam the rest of the team with ignorable messages too often. Much of it has to do, like I said, with the fact that you never really know what an error message looks like. In enterprise environments, particularly, the potential list of error/failure/panic message permutations is enormous. It wont work if the engine is constructed to simply cherry-pick the kinds of error messages you want to see, because the remainder will fly by undetected. The best approach is reductive; collect what looks suspicious, but then tell the engine in detail, on an ongoing basis, what you don't care about. It's better to recieve an email with an innocuous failure message than it is to have a failure message go completely undetected. Thanks for the compliment, btw. :) I wish I could share the engine code, but I can't. My employer's property, obviously.. meh.

In reply to Re^2: Tripwire: A tool for intelligent parsing of syslog messages by bpoag
in thread Tripwire: A Tool For Intelligent Parsing of Syslog Messages by bpoag

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.