Our custom applications are sending their log data to a SQL table. I am looking for a piece of software that will allow me to configure a rule engine to parse this data and look for certain patters that I will configure. For example I want to raise an alert when a certain event doesn't happen for more than x minutes, or a certain event doesn't succeed for more than y minutes, etc.

link|improve this question

50% accept rate
feedback

1 Answer

You can do this kind of things (and more) with Octopussy project. (disclaimer: it's my project)

You can also take a look at syslog.org website for other logging solutions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.